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 d2e647b commit b199699Copy full SHA for b199699
filetracker/tests/parallel_test.py
@@ -21,7 +21,7 @@
21
# shorter than _CLIENT_WAIT_S (so that the request order is predictable),
22
# and _FILE_SIZE is big enough for server to take predictably more time
23
# to compress and write the file than the client work time described above.
24
-_CLIENT_WAIT_S = 0.04
+_CLIENT_WAIT_S = 0.1
25
_FILE_SIZE = 6 * 1024 * 1024
26
_PARALLEL_CLIENTS = 5
27
_TEST_PORT_NUMBER = 45745
0 commit comments