aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_interops.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-05 12:16:46 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-05 12:16:46 -0700
commit7f8f80ff6f4867108541ca13f57915694a8faced (patch)
tree8ae175635afffd29e6d8863d76e49abf56178019 /tools/run_tests/run_interops.py
parentdb0d23466a4212ada2822111d63f1c962b473c14 (diff)
Bikeshedding
Diffstat (limited to 'tools/run_tests/run_interops.py')
-rwxr-xr-xtools/run_tests/run_interops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interops.py b/tools/run_tests/run_interops.py
index 190043106f..c2b9c7a70e 100755
--- a/tools/run_tests/run_interops.py
+++ b/tools/run_tests/run_interops.py
@@ -22,7 +22,7 @@ for lang in args.language:
test_job = jobset.JobSpec(
cmdline=['tools/run_tests/run_interops_test.sh', '%s' % lang, '%s' % test],
shortname=test,
- timeout_seconds=900)
+ timeout_seconds=15*60)
jobs.append(test_job)
jobNumber+=1