Skip to content

Commit

Permalink
Correct sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
Tùng Tạ Quang committed May 6, 2021
1 parent e15d560 commit 3c03932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func TestRunner_Processor_Run_Error(t *testing.T) {
r.Run(ctx)
}()

time.Sleep(40 * time.Millisecond)
time.Sleep(30 * time.Millisecond)
cancel()
wg.Wait()

Expand Down

0 comments on commit 3c03932

Please sign in to comment.