Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pushmsixscript/src/pushmsixscript/microsoft_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# When committing a new submission, poll for completion, with
# this many attempts, waiting this long between attempts.
COMMIT_POLL_MAX_ATTEMPTS = 40
COMMIT_POLL_MAX_ATTEMPTS = 60
COMMIT_POLL_WAIT_SECONDS = 30
# Max requests retries
MAX_RETRIES = 5
Expand Down