aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-11-18 00:36:53 +0200
committerJukka Jylänki <jujjyl@gmail.com>2013-11-18 00:36:53 +0200
commitee1537cfadab1312522120cb726a5d38ee0ed66c (patch)
tree1c268b6d22bbe1206f1e67a3548409df770b72da /tests
parentc655638e4a1529f498cb8ff735b936b18a6083c8 (diff)
Clean up Windows-specific code in previous commits in the pull request.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_browser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py
index daf82a76..f2bcaa93 100644
--- a/tests/test_browser.py
+++ b/tests/test_browser.py
@@ -1312,7 +1312,8 @@ keydown(100);keyup(100); // trigger the end
server.terminate()
# Avoid race condition on cleanup, wait a bit so that processes have released file locks so that test tearDown won't
# attempt to rmdir() files in use.
- time.sleep(2)
+ if WINDOWS:
+ time.sleep(2)
def test_glgears(self):
self.btest('hello_world_gles.c', reference='gears.png', reference_slack=1,