diff options
Diffstat (limited to 'tests/test_browser.py')
-rw-r--r-- | tests/test_browser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py index e2baf756..257a6430 100644 --- a/tests/test_browser.py +++ b/tests/test_browser.py @@ -1309,7 +1309,7 @@ keydown(100);keyup(100); // trigger the end def test_glgears_long(self): for proxy in [0, 1]: print 'proxy', proxy - self.btest('hello_world_gles.c', expected=map(str, range(30, 15000)), args=['-DHAVE_BUILTIN_SINCOS', '-DLONGTEST'] + (['--proxy-to-worker'] if proxy else [])) + self.btest('hello_world_gles.c', expected=map(str, range(30, 500)), args=['-DHAVE_BUILTIN_SINCOS', '-DLONGTEST'] + (['--proxy-to-worker'] if proxy else [])) def test_glgears_animation(self): es2_suffix = ['', '_full', '_full_944'] |