Skip to content

Commit e106e0a

Browse files
committed
gh actions timeout
1 parent f04c108 commit e106e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
package:
15-
15+
timeout-minutes: 10
1616
runs-on: ubuntu-latest
1717

1818
steps:
@@ -25,7 +25,7 @@ jobs:
2525
run: mvn --no-transfer-progress -DskipTests=true package
2626

2727
test:
28-
28+
timeout-minutes: 10
2929
runs-on: ubuntu-latest
3030

3131
strategy:

0 commit comments

Comments
 (0)