Set timeout for test CI jobs (#7598)
* Set timeout for test CI jobs * Increase timeout to 1.5h: some Test jobs successfully finish > 1h
This commit is contained in:
parent
452cfd3327
commit
ffb5edd2e4
|
@ -32,6 +32,7 @@ jobs:
|
|||
name: UI Tests (Synapse)
|
||||
needs: should-i-run
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
timeout-minutes: 90 # We might need to increase it if the time for tests grows
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
tests:
|
||||
name: Runs all tests
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
timeout-minutes: 90 # We might need to increase it if the time for tests grows
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [28]
|
||||
|
|
Loading…
Reference in New Issue