We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11eb21 commit e3316caCopy full SHA for e3316ca
.github/workflows/linux_sanitizers.yml
@@ -252,7 +252,7 @@ jobs:
252
name: C++ unit tests
253
if: ${{ github.repository_owner == 'openvinotoolkit' }}
254
needs: [Docker, Build]
255
- timeout-minutes: 120
+ timeout-minutes: 180
256
runs-on: aks-linux-16-cores-32gb
257
container:
258
image: ${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_x64 }}
@@ -499,7 +499,7 @@ jobs:
499
name: C++ func tests
500
501
502
503
runs-on: aks-linux-8-cores-16gb
504
505
0 commit comments