Skip to content

Commit b199699

Browse files
authored
change wait time in test (#80)
1 parent d2e647b commit b199699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filetracker/tests/parallel_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# shorter than _CLIENT_WAIT_S (so that the request order is predictable),
2222
# and _FILE_SIZE is big enough for server to take predictably more time
2323
# to compress and write the file than the client work time described above.
24-
_CLIENT_WAIT_S = 0.04
24+
_CLIENT_WAIT_S = 0.1
2525
_FILE_SIZE = 6 * 1024 * 1024
2626
_PARALLEL_CLIENTS = 5
2727
_TEST_PORT_NUMBER = 45745

0 commit comments

Comments
 (0)