From bf18fa03a2166364d3d05679e1351cb52505a189 Mon Sep 17 00:00:00 2001 From: benbierens Date: Sun, 22 Oct 2023 11:29:16 +0200 Subject: [PATCH] adds sleep to the starting of the test screens --- Tests/CodexContinuousTests/deploy-and-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/CodexContinuousTests/deploy-and-run.sh b/Tests/CodexContinuousTests/deploy-and-run.sh index 0260f7c..1fa5037 100644 --- a/Tests/CodexContinuousTests/deploy-and-run.sh +++ b/Tests/CodexContinuousTests/deploy-and-run.sh @@ -44,4 +44,6 @@ do --cleanup=1 \ --full-container-logs=1 \ --target-duration=172800 # 48 hours + + sleep 30 done