Skip to content

Commit a893841

Browse files
extend timeout
1 parent 3a36458 commit a893841

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: 15
12+
timeout-minutes: 20
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: 15
12+
timeout-minutes: 20
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: 15
12+
timeout-minutes: 20
1313
strategy:
1414
matrix:
1515
java-version: ["8"]

0 commit comments

Comments
 (0)