Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Mar 27, 2022
commit f1896c446e14ead2072f1c93e5ee68578bfe1d04
2 changes: 1 addition & 1 deletion queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestWorkerStatus(t *testing.T) {
assert.Equal(t, 100, q.Capacity())
assert.Equal(t, 4, q.Usage())
q.Start()
time.Sleep(20 * time.Millisecond)
time.Sleep(40 * time.Millisecond)
q.Release()
}

Expand Down