Skip to content

Commit 009293e

Browse files
author
Joe
committed
fix(ci): increase timeout for audit-ci to 15
1 parent b6d26a0 commit 009293e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: Run audit-ci
6161
needs: prebuild
6262
runs-on: ubuntu-latest
63-
timeout-minutes: 5
63+
timeout-minutes: 15
6464
steps:
6565
- name: Checkout repo
6666
uses: actions/checkout@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@
160160
"^.+\\.(css|less)$": "<rootDir>/test/utils/cssStub.ts"
161161
}
162162
}
163-
}
163+
}

0 commit comments

Comments
 (0)