Skip to content

Commit 4a7417a

Browse files
authored
Increase notarization timeout to 20 minutes (wpilibsuite#1)
1 parent b3403d7 commit 4a7417a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const wait = async ({uuid, username, password, verbose}) => {
169169
args.push("--verbose");
170170
}
171171

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

175175
if (verbose == true) {

0 commit comments

Comments
 (0)