Skip to content

Commit a642fee

Browse files
committed
refactor(ci): increase job timeout
1 parent 54fc1a4 commit a642fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
tests-unit:
3434
runs-on: ubuntu-20.04-self-hosted
35-
timeout-minutes: 20
35+
timeout-minutes: 30
3636
steps:
3737
- uses: actions/checkout@v6
3838

0 commit comments

Comments
 (0)