Skip to content

Commit 245deba

Browse files
committed
Now with sensible timeouts.
1 parent 66600ad commit 245deba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ant-regrtest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ant-regrtest-ubuntu-jdk8:
1717

1818
runs-on: ubuntu-latest
19-
timeout-minutes: 5
19+
timeout-minutes: 40
2020

2121
steps:
2222
- run: echo "Branch ${{ github.ref }} of repository ${{ github.repository }}."
@@ -39,7 +39,7 @@ jobs:
3939
ant-regrtest-windows-jdk11:
4040

4141
runs-on: windows-latest
42-
timeout-minutes: 5
42+
timeout-minutes: 60
4343

4444
steps:
4545
- run: echo "Branch ${{ github.ref }} of repository ${{ github.repository }}."

0 commit comments

Comments
 (0)