diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-11-28 15:16:20 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-11-28 15:16:20 -0500 |
commit | 6176f15936207e6463906bf348bb933e0cf5195e (patch) | |
tree | 806f2d0dd184214f9cb15ad86363c6405980ead6 | |
parent | fe540b8dffb6baf536b6825a3c9931d69229c803 (diff) |
test-git-branch.sh: soft start
-rwxr-xr-x | ci/test-git-branch.sh | 3 |
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}") |