Skip to content

Commit e291c86

Browse files
committed
ci: bound jwxt crawl time
1 parent d61302c commit e291c86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
# Cloud-side fallback only: prefer frontend-first runtime.
4444
# This step updates SSG-bundled snapshots under `app/static/crawler/data/**`.
4545
continue-on-error: true
46-
timeout-minutes: 15
46+
timeout-minutes: 6
4747
run: |
4848
if [ -z "${JWXT_USERID:-}" ] || [ -z "${JWXT_PASSWORD:-}" ]; then
4949
echo "JWXT secrets not set; skip crawl"
5050
exit 0
5151
fi
5252
set +e
53-
npm run crawl:jwxt
53+
timeout 240s npm run crawl:jwxt
5454
code="$?"
5555
set -e
5656
if [ "$code" -ne 0 ]; then

0 commit comments

Comments
 (0)