Skip to content

Commit 4891439

Browse files
committed
Increased GH action timeout to 15
1 parent 1fd89fa commit 4891439

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ on:
1414
pull_request:
1515
branches: [ "master" ]
1616

17+
18+
1719
jobs:
1820
build:
1921
name: Maven test on ${{ matrix.Java }}
2022
runs-on: ubuntu-latest
23+
env:
24+
SEGMENT_DOWNLOAD_TIMEOUT_MINS: '15'
2125
strategy:
2226
matrix:
2327
java: [ '17', '18', '19', '20']

0 commit comments

Comments
 (0)