aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-01-26 09:20:36 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-01-26 09:20:49 +0300
commit314b82caa0a049a0fa334d412bff89cc43d20a22 (patch)
tree0beae97ba160645450b3e74c302d8663aa877415
parent8f79139b78602dd913a8731a7b8838263ee99f0a (diff)
downloadniri-314b82caa0a049a0fa334d412bff89cc43d20a22.tar.gz
niri-314b82caa0a049a0fa334d412bff89cc43d20a22.tar.bz2
niri-314b82caa0a049a0fa334d412bff89cc43d20a22.zip
CI: Reduce number of proptest cases
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 887b32f7..5e7c98a3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -80,10 +80,10 @@ jobs:
env:
RUST_BACKTRACE: 1
- PROPTEST_CASES: 200000
- PROPTEST_MAX_LOCAL_REJECTS: 200000
- PROPTEST_MAX_GLOBAL_REJECTS: 200000
- PROPTEST_MAX_SHRINK_ITERS: 200000
+ PROPTEST_CASES: 20000
+ PROPTEST_MAX_LOCAL_REJECTS: 20000
+ PROPTEST_MAX_GLOBAL_REJECTS: 20000
+ PROPTEST_MAX_SHRINK_ITERS: 20000
steps:
- uses: actions/checkout@v4