Skip to content

Commit 909d557

Browse files
committed
chore: extend CI job timeout for integration tests
1 parent 7e9b317 commit 909d557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
timeout-minutes: 15
8+
timeout-minutes: 45
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2.1.4

0 commit comments

Comments
 (0)