From 721045af8dc2a6b762e92451093dad559deff1e8 Mon Sep 17 00:00:00 2001 From: alitto Date: Mon, 25 May 2020 23:20:17 -0300 Subject: [PATCH] Fix failing test --- pond_blackbox_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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