From 72fea399d93cdf23c088ca0063cdd624e2dc1dda Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Tue, 6 Dec 2022 20:54:18 +0100 Subject: [PATCH] test: remove pauses Remove the pauses modifier, which caused to delay the test execution --- .../camunda-cloud/test/integration/experiment.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/go-chaos/internal/chaos-experiments/camunda-cloud/test/integration/experiment.json b/go-chaos/internal/chaos-experiments/camunda-cloud/test/integration/experiment.json index f72ced149..174be89a2 100644 --- a/go-chaos/internal/chaos-experiments/camunda-cloud/test/integration/experiment.json +++ b/go-chaos/internal/chaos-experiments/camunda-cloud/test/integration/experiment.json @@ -32,9 +32,6 @@ "path": "zbchaos", "arguments": ["version"], "timeout": 900 - }, - "pauses": { - "after": 5 } } ],