diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a4e9e4f15a..ba581833df 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: 'feat/make-health-check-not-depend-on-shell' + repository: vvarg229/neofs-dev-env + ref: 'obj-size-debug' 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