Skip to content

Commit

Permalink
store: increase poll timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
syu-w committed Aug 15, 2023
1 parent fdb5caa commit 4dbb7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charmcraft/commands/store/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"approved": True,
"rejected": False,
}
POLL_DELAYS = [0.2, 0.3, 0.5, 1, 1, 1, 2] + [3] * 18 # total is 60 seconds
POLL_DELAYS = [0.2, 0.3, 0.5, 1, 1, 1, 2] + [3] * 58 # total is 180 seconds

# default restrictions to get auth credentials
AUTH_DEFAULT_TTL = 3600 * 30
Expand Down

0 comments on commit 4dbb7ad

Please sign in to comment.