Skip to content

Commit 6205244

Browse files
committed
wait longer between extract retries
1 parent 74b0a2d commit 6205244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleChromeForTesting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function installChrome() {
123123
try {
124124
await extract(filepath, { dir: parentDir })
125125
} catch {
126-
await sleep(100)
126+
await sleep(1000)
127127
await extract(filepath, { dir: parentDir })
128128
}
129129
}

0 commit comments

Comments
 (0)