Skip to content

Commit

Permalink
test: timings
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Sep 9, 2024
1 parent bf19495 commit bd88c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions command/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ func TestNewRun(t *testing.T) {

for _, tt := range tests {
t.Run(tt.name, func(subT *testing.T) {
defer time.Sleep(time.Millisecond * 100)

resultSettings := make(chan *config.Settings, 1)
listenCh := make(chan struct{})
RunCmdTestCallback = func() {
Expand Down

0 comments on commit bd88c06

Please sign in to comment.