Skip to content

Commit e6e11c0

Browse files
committed
increase a test timeout
1 parent 67fabbc commit e6e11c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3026,7 +3026,7 @@ def test_pthread_cleanup(self):
30263026
# Tests the pthread mutex api.
30273027
def test_pthread_mutex(self):
30283028
for arg in [[], ['-DSPINLOCK_TEST']]:
3029-
self.btest(path_from_root('tests', 'pthread', 'test_pthread_mutex.cpp'), expected='50', args=['-O3', '-s', 'USE_PTHREADS=2', '--separate-asm', '-s', 'PTHREAD_POOL_SIZE=8'] + arg, timeout=20)
3029+
self.btest(path_from_root('tests', 'pthread', 'test_pthread_mutex.cpp'), expected='50', args=['-O3', '-s', 'USE_PTHREADS=2', '--separate-asm', '-s', 'PTHREAD_POOL_SIZE=8'] + arg, timeout=30)
30303030

30313031
# Test that memory allocation is thread-safe.
30323032
def test_pthread_malloc(self):

0 commit comments

Comments
 (0)