Skip to content

Commit 523cf19

Browse files
dry923aakarshg
authored andcommitted
Adding a short sleep to each CI test run to avoid command collision
1 parent 0b77354 commit 523cf19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ retries=3
77

88
figlet $ci_test
99

10+
# Random short sleep to avoid command collision
11+
sleep $[ ( $RANDOM % 10 )]s
12+
1013
cd $ci_dir
1114
source tests/common.sh
1215

0 commit comments

Comments
 (0)