mirror of https://github.com/apache/lucene.git
Add timeouts to github jobs. Estimates taken from empirical run times (actions history), with a generous buffer added. (#12687)
This commit is contained in:
parent
a1cf22e6a9
commit
6dac2f7afc
|
@ -18,6 +18,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Run distribution tests
|
name: Run distribution tests
|
||||||
|
timeout-minutes: 15
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
# This runs all validation checks without tests.
|
# This runs all validation checks without tests.
|
||||||
checks:
|
checks:
|
||||||
name: gradle check -x test (JDK ${{ matrix.java }} on ${{ matrix.os }})
|
name: gradle check -x test (JDK ${{ matrix.java }} on ${{ matrix.os }})
|
||||||
|
timeout-minutes: 15
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
# This runs all tests without any other validation checks.
|
# This runs all tests without any other validation checks.
|
||||||
tests:
|
tests:
|
||||||
name: gradle test (JDK ${{ matrix.java }} on ${{ matrix.os }})
|
name: gradle test (JDK ${{ matrix.java }} on ${{ matrix.os }})
|
||||||
|
timeout-minutes: 30
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
@ -11,6 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Run Hunspell regression tests
|
name: Run Hunspell regression tests
|
||||||
|
timeout-minutes: 15
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue