From 3c7769abdea38bce7228ef78ade4a66a98e85e36 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 25 Aug 2023 14:10:18 +0400 Subject: [PATCH] Test max-obj-size Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4b75996bf4..c45b0ed3db 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -47,8 +47,8 @@ jobs: - name: Checkout neofs-dev-env repository uses: actions/checkout@v3 with: - repository: nspcc-dev/neofs-dev-env - ref: 'master' + repository: vvarg229/neofs-dev-env + ref: 'max-obj-size' path: neofs-dev-env - name: Checkout neofs-node repository @@ -226,10 +226,10 @@ jobs: ################################################################ - name: Run Sanity tests for pull requests - timeout-minutes: 120 + timeout-minutes: 480 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m "sanity" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events