diff --git a/api/agent/lb_agent_test.go b/api/agent/lb_agent_test.go index 10b4526a6..0cfc0d81f 100644 --- a/api/agent/lb_agent_test.go +++ b/api/agent/lb_agent_test.go @@ -201,7 +201,7 @@ func TestSpilloverToSecondRunner(t *testing.T) { func TestEnforceSlotTimeout(t *testing.T) { placer := pool.NewNaivePlacer() - rp := setupMockRunnerPool([]string{"171.19.0.1", "171.19.0.2"}, 10*time.Millisecond, 2) + rp := setupMockRunnerPool([]string{"171.19.0.1", "171.19.0.2"}, 10*time.Millisecond, 1) parallelCalls := 5 var wg sync.WaitGroup