Skip to content

Commit af933fe

Browse files
committed
ci: increase timeout from '12' to '15' minutes to avoid cancel errors
1 parent f681eec commit af933fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unit-tests-jdk-14.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 12
12+
timeout-minutes: 15
1313
strategy:
1414
matrix:
1515
java-version: ["14"]

.github/workflows/unit-tests-jdk-17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 12
12+
timeout-minutes: 15
1313
strategy:
1414
matrix:
1515
java-version: ["17"]

.github/workflows/unit-tests-jdk-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 12
12+
timeout-minutes: 15
1313
strategy:
1414
matrix:
1515
java-version: ["8"]

0 commit comments

Comments
 (0)