aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2018-06-11 18:21:18 -0700
committerGravatar GitHub <noreply@github.com>2018-06-11 18:21:18 -0700
commitfed8d2be92f151652a2895157b513d0ec6d66129 (patch)
tree02d0c746b6cd3d7d4f13f2e49f56ce63cd5f396e
parentd889d1224aee606b3bf76bca92d0749e9ebe024e (diff)
parent2a881a3a05ade7211657e10bd6a324daebc56677 (diff)
Merge pull request #2 from apolcyn/double_timeout
Double timeout of a ruby test
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index ea4c7c3c65..014fb7d33a 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -883,7 +883,7 @@ class RubyLanguage(object):
tests.append(
self.config.job_spec(
['tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh'],
- timeout_seconds=10 * 60,
+ timeout_seconds=20 * 60,
environ=_FORCE_ENVIRON_FOR_WRAPPERS))
return tests