Skip to content

Commit ef53f4e

Browse files
committed
Try longer wait for ... GitHub Actions
1 parent 4e762e2 commit ef53f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function getDefaultInterface() {
1515
} else if (result.stdout.length === 0) {
1616
// lets do one retry
1717
// The GitHub Actions sometimes cannot find the interface
18-
await delay(1000);
18+
await delay(3000);
1919
const result = await shell(command);
2020
if (result.stdout.length === 0) {
2121
const result = await shell('sudo ip route show');

0 commit comments

Comments
 (0)