Merge pull request #2 from apolcyn/double_timeout

Double timeout of a ruby test
reviewable/pr15343/r14
Noah Eisen 7 years ago committed by GitHub
commit fed8d2be92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/run_tests.py

@ -883,7 +883,7 @@ class RubyLanguage(object):
tests.append( tests.append(
self.config.job_spec( self.config.job_spec(
['tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh'], ['tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh'],
timeout_seconds=10 * 60, timeout_seconds=20 * 60,
environ=_FORCE_ENVIRON_FOR_WRAPPERS)) environ=_FORCE_ENVIRON_FOR_WRAPPERS))
return tests return tests

Loading…
Cancel
Save