Skip to content

Commit

Permalink
Increase notarization timeout to 20 minutes (wpilibsuite#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma authored Nov 2, 2020
1 parent b3403d7 commit 4a7417a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const wait = async ({uuid, username, password, verbose}) => {
args.push("--verbose");
}

for (let i = 0; i < 10; i++) {
for (let i = 0; i < 40; i++) {
let xcrun = execa("xcrun", args, {reject: false});

if (verbose == true) {
Expand Down

0 comments on commit 4a7417a

Please sign in to comment.