Skip to content

Commit 65a2761

Browse files
committed
Add sleep back in
1 parent 34f25bc commit 65a2761

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)