Skip to content

Commit

Permalink
[CI] [GHA] Increase job timeouts (openvinotoolkit#20797)
Browse files Browse the repository at this point in the history
* increase job timouts

* increase further
  • Loading branch information
akashchi authored Oct 31, 2023
1 parent dd10a52 commit 703e911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
Build:
timeout-minutes: 15
timeout-minutes: 40
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
Samples:
needs: Build
timeout-minutes: 10
timeout-minutes: 20
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

Samples:
needs: Build
timeout-minutes: 10
timeout-minutes: 20
defaults:
run:
shell: pwsh
Expand Down

0 comments on commit 703e911

Please sign in to comment.