Skip to content

Commit 0a30aca

Browse files
authored
ci: increase timeout from '12' to '15' minutes to avoid cancel errors (#1526)
1 parent aecf5ba commit 0a30aca

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)