aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-05-04 17:33:51 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-05-04 17:33:51 -0700
commit3651e7c0c0b1097a4f47275fc151162e309326d0 (patch)
tree5a28f19311e5acbc0501f00f29e0f0ab5e68b3ed /tests/runner.py
parent5d34069298cf26ecc4e78779a77a7491f8feafe6 (diff)
support for SDL channels and channelFinished
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1f0cba23..97ca87e8 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6799,7 +6799,7 @@ elif 'browser' in str(sys.argv):
browser.harness_queue.put('http://localhost:8888/' + html_file)
output = '[no http server activity]'
start = time.time()
- while time.time() - start < 5:
+ while time.time() - start < 60:
if not queue.empty():
output = queue.get()
break