chore(gpu): reduce long run tests number of inputs to avoid timeout on 4090

This commit is contained in:
Agnes Leroy
2025-11-26 11:05:37 +01:00
committed by Agnès Leroy
parent 212b925b5e
commit ef30be5086

View File

@@ -16,7 +16,7 @@ pub(crate) mod test_signed_erc20;
pub(crate) mod test_signed_random_op_sequence;
pub(crate) const NB_CTXT_LONG_RUN: usize = 32;
pub(crate) const NB_TESTS_LONG_RUN: usize = 20000;
pub(crate) const NB_TESTS_LONG_RUN: usize = 8000;
pub(crate) const NB_TESTS_LONG_RUN_MINIMAL: usize = 200;
pub(crate) fn get_user_defined_seed() -> Option<Seed> {