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 d631bc5740e78ffaf9aaf1bc67f000c5add857bb
3 changes: 1 addition & 2 deletions queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ func TestWorkerStatus(t *testing.T) {
assert.Equal(t, 4, q.Usage())
q.Start()
time.Sleep(20 * time.Millisecond)
q.Shutdown()
q.Wait()
q.Release()
}

func TestCapacityReached(t *testing.T) {
Expand Down