diff options
-rw-r--r-- | tests/plugins/jobs/jobs_with_toxics_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/plugins/jobs/jobs_with_toxics_test.go b/tests/plugins/jobs/jobs_with_toxics_test.go index 071c04be..e31ca57f 100644 --- a/tests/plugins/jobs/jobs_with_toxics_test.go +++ b/tests/plugins/jobs/jobs_with_toxics_test.go @@ -130,10 +130,9 @@ func TestDurabilityAMQP(t *testing.T) { disableProxy("redial", t) time.Sleep(time.Second * 5) - t.Run("DestroyPipelineWhileRedialing", destroyPipelines("test-1", "test-2")) - enableProxy("redial", t) - time.Sleep(time.Second * 3) + + time.Sleep(time.Second * 5) stopCh <- struct{}{} wg.Wait() |