Skip to content

Commit 78105cb

Browse files
committed
link-check: increase timeouts to 60s
1 parent 366ce46 commit 78105cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlc-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"aliveStatusCodes": [200, 206, 403, 500],
2020
"retryOn429": true,
2121
"retryCount": 5,
22-
"fallbackRetryDelay": "30s"
22+
"timeout": "60s",
23+
"fallbackRetryDelay": "60s"
2324
}

0 commit comments

Comments
 (0)