Skip to content

Commit 6b64fb8

Browse files
authored
devops: increase workflow timeout
1 parent 54b4bdf commit 6b64fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
build:
3838
name: Build
39-
timeout-minutes: 30
39+
timeout-minutes: 45
4040
env:
4141
DEBUG: pw:*
4242
DEBUG_FILE: pw-log.txt
@@ -119,7 +119,7 @@ jobs:
119119

120120
test-stable:
121121
name: Stable
122-
timeout-minutes: 30
122+
timeout-minutes: 45
123123
env:
124124
DEBUG: pw:*
125125
DEBUG_FILE: pw-log.txt

0 commit comments

Comments
 (0)