Skip to content

Commit c72048a

Browse files
committed
Bump timeout to 180 seconds - we only want to catch true stragglers
1 parent 499e40b commit c72048a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if [ "$RSPEC_TEST" = "true" ]; then
116116
if [ $retry -eq 1 ]; then
117117
retry=0
118118
echo "$(basename "$file") try ${try}"
119-
"$DIR/script/timeout" 120 bundle exec rspec "$file"
119+
"$DIR/script/timeout" 180 bundle exec rspec "$file"
120120
exitcode=$?
121121
if [ $exitcode -eq 124 ] && [ $try -eq 3 ]; then
122122
RSPEC_EXITCODE="255"

0 commit comments

Comments
 (0)