Skip to content

Commit e088694

Browse files
authored
fix: failing ci linkcheck in markdown (#21222)
Update timeout and retry configuration Increased timeout and adjusted retry settings.
1 parent 18ceb67 commit e088694

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/markdown-links-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
}
2424
}
2525
],
26-
"timeout": "20s",
26+
"timeout": "30s",
2727
"retryOn429": true,
28-
"retryCount": 5,
29-
"fallbackRetryDelay": "20s"
28+
"retryCount": 10,
29+
"fallbackRetryDelay": "10s"
3030
}

0 commit comments

Comments
 (0)