Fix failing test

This commit is contained in:
alitto
2020-05-25 23:20:17 -03:00
parent e6494e10fe
commit 721045af8d
+1 -1
View File
@@ -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