summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/test-git-branch.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/test-git-branch.sh b/ci/test-git-branch.sh
index cca48fe..142f057 100755
--- a/ci/test-git-branch.sh
+++ b/ci/test-git-branch.sh
@@ -233,7 +233,8 @@ while true; do
echo "test-git-branch: No test job available"
$ktest_once && exit 1
- sleep 10
+ # soft start:
+ sleep $(($RANDOM % 100))
done
TEST_JOB=("${TEST_JOB[@]:1}")