We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5798f78 commit 855e688Copy full SHA for 855e688
Lib/test/support/__init__.py
@@ -89,6 +89,8 @@
89
# bpo-37553: test_socket.SendfileUsingSendTest is taking longer than 2
90
# seconds on Windows ARM32 buildbot
91
LOOPBACK_TIMEOUT = 10
92
+elif sys.platform == 'vxworks':
93
+ LOOPBACK_TIMEOUT = 10
94
95
# Timeout in seconds for network requests going to the Internet. The timeout is
96
# short enough to prevent a test to wait for too long if the Internet request
Misc/NEWS.d/next/Tests/2020-04-09-15-40-03.bpo-31904.TJ4k3d.rst
@@ -0,0 +1 @@
1
+Increase LOOPBACK_TIMEOUT to 10 for VxWorks RTOS.
0 commit comments