Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a2e41e3b
Commit
a2e41e3b
authored
Sep 18, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #28176: Merge from 3.5
parents
b7875a12
6fb9a2fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_selector_events.py
+1
-1
No files found.
Lib/test/test_asyncio/test_selector_events.py
View file @
a2e41e3b
...
...
@@ -1804,7 +1804,7 @@ class SelectorLoopFunctionalTests(unittest.TestCase):
return
buf
def
test_sock_connect_sock_write_race
(
self
):
TIMEOUT
=
3
.0
TIMEOUT
=
10
.0
PAYLOAD
=
b'DATA'
*
1024
*
1024
class
Server
(
threading
.
Thread
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment