Skip to content

Commit 93c55a3

Browse files
committed
Adjust GitHub action timeouts
1 parent 8eff00d commit 93c55a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

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

0 commit comments

Comments
 (0)