diff options
author | Valery Piashchynski <[email protected]> | 2021-07-23 21:24:47 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-23 21:24:47 +0300 |
commit | 34c561af4c3d1952d61ac939f8c5b21684c42138 (patch) | |
tree | 0f04e160f4a02769feb0cbea8d70d214ed5398a6 | |
parent | c61756635c0d1b25b304627c8a693f2e9e2ee4b3 (diff) |
Fix AMQP toxic
Signed-off-by: Valery Piashchynski <[email protected]>
-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() |