Skip to content

Commit 120829f

Browse files
committed
Try removing sleep
1 parent 11a653b commit 120829f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def test_upload(client):
8484

8585
print("Done uploading file {} of {}".format((count), len(dled_files)))
8686

87-
print("Sleeping for 5 seconds to allow uploads to finish...")
88-
time.sleep(5)
87+
# print("Sleeping for 5 seconds to allow uploads to finish...")
88+
# time.sleep(5)
8989

9090
print("Continuing...")
9191

0 commit comments

Comments
 (0)