Skip to content

Commit ccf6be2

Browse files
authored
Increase CI test timeout (#1060)
* Increase unit test timeout * Increase integration test timeout to 25 minutes
1 parent b4bb678 commit ccf6be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/per-pr.yml

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

4444
test:
4545
name: Unit Tests
46-
timeout-minutes: 10
46+
timeout-minutes: 15
4747
strategy:
4848
fail-fast: false
4949
matrix:
@@ -123,7 +123,7 @@ jobs:
123123
124124
integ-tests:
125125
name: Integ tests
126-
timeout-minutes: 20
126+
timeout-minutes: 25
127127
strategy:
128128
fail-fast: false
129129
matrix:

0 commit comments

Comments
 (0)