From fc4a91f162c6ee402b8ec27cccef2f87455178a0 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Mon, 11 Sep 2023 19:14:18 +0400 Subject: [PATCH] Test neo-go 0.102.0 Signed-off-by: Oleg Kulachenko --- .github/testcases-env | 2 +- .github/workflows/run-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/testcases-env b/.github/testcases-env index c22bd89078..1c7c83a135 100644 --- a/.github/testcases-env +++ b/.github/testcases-env @@ -15,7 +15,7 @@ RESYNC_METABASE=false CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.17.0/devenv_mainchain.gz" #NEOGO -NEOGO_VERSION=0.101.1 +NEOGO_VERSION=0.102.0 NEOGO_IMAGE=nspccdev/neo-go NEO_GO_PLATFORM=linux-amd64 NEO_GO_URL=https://github.com/nspcc-dev/neo-go/releases/download/v${NEOGO_VERSION}/neo-go-${NEO_GO_PLATFORM} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4b75996bf4..eae6c1a589 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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