From 5b8d19c7b32727e65201a81bbe2e8f434d4d9314 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Sat, 14 Jan 2023 09:27:02 +0100 Subject: [PATCH] tests: Reduce number of runs in nightly action Single run takes up to 30s. Let's reduce number of runs to reduce chance of timeout. Signed-off-by: Marek Siarkowicz --- .github/workflows/linearizability-nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linearizability-nightly.yaml b/.github/workflows/linearizability-nightly.yaml index 08a0a93882c..0d38b187913 100644 --- a/.github/workflows/linearizability-nightly.yaml +++ b/.github/workflows/linearizability-nightly.yaml @@ -18,7 +18,7 @@ jobs: make build mkdir -p /tmp/linearizability cat server/etcdserver/raft.fail.go - EXPECT_DEBUG=true GO_TEST_FLAGS='-v --count 500 --failfast --run TestLinearizability --timeout=170m' RESULTS_DIR=/tmp/linearizability make test-linearizability + EXPECT_DEBUG=true GO_TEST_FLAGS='-v --count 300 --failfast --run TestLinearizability --timeout=170m' RESULTS_DIR=/tmp/linearizability make test-linearizability - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 if: always() with: