Skip to content

Commit 2155849

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

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
@@ -66,7 +66,7 @@ jobs:
6666
name: Run audit-ci
6767
needs: prebuild
6868
runs-on: ubuntu-latest
69-
timeout-minutes: 5
69+
timeout-minutes: 15
7070
steps:
7171
- name: Checkout repo
7272
uses: actions/checkout@v2

0 commit comments

Comments
 (0)