Skip to content

Commit

Permalink
bpo-31904: Fix test_ftplib failures for VxWorks RTOS (pythonGH-19447)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxinwr committed Jul 27, 2020
1 parent 5798f78 commit 855e688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
# bpo-37553: test_socket.SendfileUsingSendTest is taking longer than 2
# seconds on Windows ARM32 buildbot
LOOPBACK_TIMEOUT = 10
elif sys.platform == 'vxworks':
LOOPBACK_TIMEOUT = 10

# Timeout in seconds for network requests going to the Internet. The timeout is
# short enough to prevent a test to wait for too long if the Internet request
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increase LOOPBACK_TIMEOUT to 10 for VxWorks RTOS.

0 comments on commit 855e688

Please sign in to comment.