Skip to content

Commit fa388dd

Browse files
committed
Increase timeout so maven can download files
1 parent 6785a3f commit fa388dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push ]
44
jobs:
55
test:
66
runs-on: ubuntu-latest
7-
timeout-minutes: 2
7+
timeout-minutes: 10
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-java@v4
@@ -17,7 +17,7 @@ jobs:
1717
1818
build:
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 2
20+
timeout-minutes: 10
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)