Skip to content

Commit 5acf2e2

Browse files
[gha] Increase timeout to load extension on windows (#3598)
### Changes Set NNCF_EXTENSION_LOAD_TIMEOUT variable ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/16394113956/job/46323939713 ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/16568731802/job/46855106869?pr=3598
1 parent 3885439 commit 5acf2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on:
2020
type: boolean
2121
default: false
2222

23-
2423
concurrency:
2524
group: test-examples-${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.pytest_args || '' }}-${{github.event.inputs.pull_request_number || ''}}
2625
cancel-in-progress: false
@@ -197,6 +196,7 @@ jobs:
197196
[ $ret -eq 5 ] && [ -n "${{ github.event.inputs.pytest_args || '' }}" ] && exit 0 || exit $ret
198197
env:
199198
TQDM_DISABLE: 1
199+
NNCF_EXTENSION_LOAD_TIMEOUT: 180
200200
- name: Test Summary
201201
if: ${{ !cancelled() }}
202202
run: |

0 commit comments

Comments
 (0)