We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5425c7e commit 3b7e8a5Copy full SHA for 3b7e8a5
scheduler_test.go
@@ -599,10 +599,12 @@ func TestScheduler_Start(t *testing.T) {
599
require.NoError(t, err)
600
601
s.Start()
602
+ time.Sleep(100 * time.Millisecond)
603
604
605
606
- time.Sleep(1000 * time.Millisecond)
607
+ time.Sleep(800 * time.Millisecond)
608
609
require.NoError(t, s.Shutdown())
610
0 commit comments