mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-24 23:09:02 +03:00
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
2 changed files with 22 additions and 20 deletions
.github/workflows
1
.github/workflows/post-pr.yml
vendored
1
.github/workflows/post-pr.yml
vendored
|
@ -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:
|
||||
|
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -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…
Add table
Reference in a new issue