summaryrefslogtreecommitdiff
path: root/tests/plugins
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-07-23 21:24:47 +0300
committerValery Piashchynski <[email protected]>2021-07-23 21:24:47 +0300
commit34c561af4c3d1952d61ac939f8c5b21684c42138 (patch)
tree0f04e160f4a02769feb0cbea8d70d214ed5398a6 /tests/plugins
parentc61756635c0d1b25b304627c8a693f2e9e2ee4b3 (diff)
Fix AMQP toxic
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/jobs/jobs_with_toxics_test.go5
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()