Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
alitto committed May 26, 2020
1 parent e6494e1 commit 721045a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pond_blackbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func TestPoolWithCustomMinWorkers(t *testing.T) {

func TestGroupSubmit(t *testing.T) {

pool := pond.New(5, 25)
pool := pond.New(5, 1000)
assertEqual(t, 0, pool.Running())

// Submit groups of tasks
Expand Down

0 comments on commit 721045a

Please sign in to comment.