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