We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499e40b commit c72048aCopy full SHA for c72048a
script/cibuild
@@ -116,7 +116,7 @@ if [ "$RSPEC_TEST" = "true" ]; then
116
if [ $retry -eq 1 ]; then
117
retry=0
118
echo "$(basename "$file") try ${try}"
119
- "$DIR/script/timeout" 120 bundle exec rspec "$file"
+ "$DIR/script/timeout" 180 bundle exec rspec "$file"
120
exitcode=$?
121
if [ $exitcode -eq 124 ] && [ $try -eq 3 ]; then
122
RSPEC_EXITCODE="255"
0 commit comments