[CI] [GHA] Increase job timeouts (#20797)
* increase job timouts * increase further
This commit is contained in:
parent
dd10a520e3
commit
703e911321
2
.github/workflows/android_arm64.yml
vendored
2
.github/workflows/android_arm64.yml
vendored
@ -27,7 +27,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
timeout-minutes: 15
|
timeout-minutes: 40
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -313,7 +313,7 @@ jobs:
|
|||||||
|
|
||||||
Samples:
|
Samples:
|
||||||
needs: Build
|
needs: Build
|
||||||
timeout-minutes: 10
|
timeout-minutes: 20
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
|||||||
|
|
||||||
Samples:
|
Samples:
|
||||||
needs: Build
|
needs: Build
|
||||||
timeout-minutes: 10
|
timeout-minutes: 20
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
Loading…
Reference in New Issue
Block a user