Skip to content

Commit b9d032e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)