From 709c74c2995aa24974e609b780a02226872f9fb7 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Thu, 31 Aug 2023 13:16:12 +0400 Subject: [PATCH] Test drop-neofs-keywords Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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