Skip to content

Commit 2107cd8

Browse files
committed
feat: memory v2 test suite with ov-install plugin update & split test cases
1 parent 077e20e commit 2107cd8

6 files changed

Lines changed: 850 additions & 30 deletions

File tree

.github/workflows/api_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
api-tests:
4343
name: API Integration Tests (${{ matrix.os }})
4444
runs-on: ${{ matrix.os }}
45-
timeout-minutes: 50
45+
timeout-minutes: 60
4646
strategy:
4747
fail-fast: false
4848
max-parallel: 1

.github/workflows/oc2ov_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
p0-tests:
3131
name: P0 Memory Tests
3232
runs-on: [self-hosted, linux, x64]
33-
timeout-minutes: 50
33+
timeout-minutes: 70
3434
if: inputs.skip_tests != true
3535

3636
steps:

0 commit comments

Comments
 (0)