We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f25bc commit 65a2761Copy full SHA for 65a2761
1 file changed
tests/integration.py
@@ -84,8 +84,8 @@ def test_upload(client):
84
85
print("Done uploading file {} of {}".format((count), len(dled_files)))
86
87
- # print("Sleeping for 5 seconds to allow uploads to finish...")
88
- # time.sleep(5)
+ print("Sleeping for 5 seconds to allow uploads to finish...")
+ time.sleep(5)
89
90
print("Continuing...")
91
0 commit comments