From fe82501662a1a502eb02ba132965596bceebed43 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 22 Feb 2022 19:14:53 -0600 Subject: Increase stress test multiplier to 10 for pre-deployment tests --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 686241b..8ca4e64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -75,7 +75,7 @@ jobs: source $VENV pytest -x ${{ env.XDIST_ARGS }} tests/unit pytest -x ${{ env.XDIST_ARGS }} tests/integration -k 'not concurrency' - STRESS_TEST_MULTIPLIER=5 pytest tests/integration -k 'concurrency' + STRESS_TEST_MULTIPLIER=10 pytest tests/integration -k 'concurrency' # Deploy stable builds on tags only, and pre-release builds from manual trigger ("workflow_dispatch") release: -- cgit v1.2.1