Skip to content

Commit 13d3f6a

Browse files
committed
fix timeout
1 parent e7b2f00 commit 13d3f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
12+
timeout-minutes: 15
1313

1414
runs-on: ubuntu-latest
1515

0 commit comments

Comments
 (0)