diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4b75996bf4..9048dba124 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v3 with: repository: nspcc-dev/neofs-testcases - ref: 'master' + ref: 'drop-neofs-keywords' path: neofs-testcases - name: Checkout neofs-dev-env 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