diff --git a/pushmsixscript/src/pushmsixscript/microsoft_store.py b/pushmsixscript/src/pushmsixscript/microsoft_store.py index ed9463d1a..fd9e81e95 100644 --- a/pushmsixscript/src/pushmsixscript/microsoft_store.py +++ b/pushmsixscript/src/pushmsixscript/microsoft_store.py @@ -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