diff --git a/pond_blackbox_test.go b/pond_blackbox_test.go index c4a7f51..11c2cb2 100644 --- a/pond_blackbox_test.go +++ b/pond_blackbox_test.go @@ -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