Skip to content

Commit 170326b

Browse files
committed
increase timeout for PyPy
1 parent efa9f0d commit 170326b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/back2back_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Back2BackTestCase(unittest.TestCase):
3333
"""
3434

3535
BITRATE = 500000
36-
TIMEOUT = 0.1
36+
TIMEOUT = 1.0 if IS_PYPY else 0.1
3737

3838
INTERFACE_1 = "virtual"
3939
CHANNEL_1 = "virtual_channel_0"

0 commit comments

Comments
 (0)