aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-01 16:32:16 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-01 16:32:16 -0700
commitdfc3eeee5b226902f9e082df7885ec34d4de0ba2 (patch)
treee60c346ed7f53926a7105ff942c1e6b85c817e79 /tools/run_tests/run_tests.py
parentae96a504dfac822bb14a2968448d62abdbb03cae (diff)
Hmmm
Diffstat (limited to 'tools/run_tests/run_tests.py')
-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 132052f50c..234e13b52b 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -481,7 +481,7 @@ if platform.system() == 'Windows':
jobset.JobSpec(['vsprojects\\build.bat',
'vsprojects\\%s.sln' % target,
'/p:Configuration=%s' % _WINDOWS_CONFIG[cfg]],
- shell=True, timeout_seconds=30*60)
+ shell=True, timeout_seconds=90*60)
for target in targets]
else:
def make_jobspec(cfg, targets):