Skip to content

Commit 9bb14da

Browse files
committed
MAX_TIME_SLEEP = 360
1 parent 02cb634 commit 9bb14da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qiita_client/qiita_client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
# make the retries as small as posible
3333
if logger.level == logging.DEBUG:
3434
MAX_RETRIES = 1
35-
MIN_TIME_SLEEP = 0
36-
MAX_TIME_SLEEP = 2
35+
MIN_TIME_SLEEP = 1
36+
MAX_TIME_SLEEP = 3
3737
else:
3838
MAX_RETRIES = 3
3939
MIN_TIME_SLEEP = 180
40-
MAX_TIME_SLEEP = 3
40+
MAX_TIME_SLEEP = 360
4141
BLANK_FILE_THRESHOLD = 100
4242

4343

0 commit comments

Comments
 (0)