Skip to content

Commit fa2f65d

Browse files
committed
reduce sleep time
1 parent 3a38b6d commit fa2f65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_client/qiita_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
JOB_COMPLETED = False
3131
MAX_RETRIES = 3
32-
MIN_TIME_SLEEP = 180
33-
MAX_TIME_SLEEP = 360
32+
MIN_TIME_SLEEP = 1
33+
MAX_TIME_SLEEP = 3
3434
BLANK_FILE_THRESHOLD = 100
3535

3636

0 commit comments

Comments
 (0)