Skip to content

Commit 5dd8a99

Browse files
authored
Reduce CSR stress iteration count (#2977)
This takes a long time on the subsystem FPGA.
1 parent 6f0b38d commit 5dd8a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rom/dev/tests/rom_integration_tests/test_idevid_derivation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn test_generate_csr_envelop_stress() {
113113
pqc_key_type: *pqc_key_type,
114114
..Default::default()
115115
};
116-
let num_tests = if cfg!(feature = "slow_tests") { 250 } else { 1 };
116+
let num_tests = if cfg!(feature = "slow_tests") { 50 } else { 1 };
117117

118118
for _ in 0..num_tests {
119119
let mut fuses = fuses_with_random_uds();

0 commit comments

Comments
 (0)