Skip to content

Commit 51ed552

Browse files
authored
Prevent retesteth from hanging the CI build (#1102)
1 parent 050cdc7 commit 51ed552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-ets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ final_exit_code=0
1414

1515
function run_and_annotate {
1616
echo "running retesteth $1"
17-
ets/retesteth -t "$1" &> "retesteth-$1-log.txt"
17+
timeout 15m ets/retesteth -t "$1" -- --verbosity 3 &> "retesteth-$1-log.txt"
1818
exit_code=$?
1919
echo "retesteth $1 exit code: $exit_code"
2020

0 commit comments

Comments
 (0)