Skip to content

Commit e3316ca

Browse files
authored
[CI] [GHA] Increase timeouts for Linux Sanitizers test jobs (#29645)
### Tickets: - *164843*
1 parent e11eb21 commit e3316ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_sanitizers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
name: C++ unit tests
253253
if: ${{ github.repository_owner == 'openvinotoolkit' }}
254254
needs: [Docker, Build]
255-
timeout-minutes: 120
255+
timeout-minutes: 180
256256
runs-on: aks-linux-16-cores-32gb
257257
container:
258258
image: ${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_x64 }}
@@ -499,7 +499,7 @@ jobs:
499499
name: C++ func tests
500500
if: ${{ github.repository_owner == 'openvinotoolkit' }}
501501
needs: [Docker, Build]
502-
timeout-minutes: 120
502+
timeout-minutes: 180
503503
runs-on: aks-linux-8-cores-16gb
504504
container:
505505
image: ${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_x64 }}

0 commit comments

Comments
 (0)