Skip to content

Commit

Permalink
chore(ci): reduce long run tests duration
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Dec 16, 2024
1 parent e2a195f commit f8bd496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pub(crate) mod test_random_op_sequence;
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 = 50000;
pub(crate) const NB_TESTS_LONG_RUN: usize = 10000;

0 comments on commit f8bd496

Please sign in to comment.