summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-22 19:14:53 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-22 19:18:07 -0600
commitfe82501662a1a502eb02ba132965596bceebed43 (patch)
treed0c55ca2a0752f455a2ce8ce769b21f8fabbba3d /.github
parent0bd1446c8c733a69c4accaf78f00f77c68a1f256 (diff)
downloadrequests-cache-fe82501662a1a502eb02ba132965596bceebed43.tar.gz
Increase stress test multiplier to 10 for pre-deployment tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
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: