Skip to content

Commit 7378dbc

Browse files
committed
chore: fix testing
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 7755e6b commit 7378dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func TestWorkerPanic(t *testing.T) {
115115
message: "panic",
116116
}))
117117
q.Start()
118-
time.Sleep(30 * time.Millisecond)
118+
time.Sleep(100 * time.Millisecond)
119119
assert.Equal(t, 2, q.Workers())
120120
q.Shutdown()
121121
q.Wait()

0 commit comments

Comments
 (0)