Skip to content

Commit

Permalink
tests: more timeout for extra stability test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodik committed Oct 28, 2023
1 parent 80a8ffb commit 4096106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_test_stability_extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# test the stability of the selenium tests

for iter in $(seq 1 100); do
timeout 600 make test-extra
timeout 900 make test-extra
RET=$?
echo "INFO: round ${iter}"
if [ $RET -ne 0 ]; then
Expand Down

0 comments on commit 4096106

Please sign in to comment.