Skip to content

Commit

Permalink
chore(ci): increase length of long run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Dec 13, 2024
1 parent 0fffb06 commit f79922a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub(crate) mod test_erc20;
pub(crate) mod test_random_op_sequence;
pub(crate) const NB_CTXT_LONG_RUN: usize = 32;
pub(crate) const NB_TESTS_LONG_RUN: usize = 1500;
pub(crate) const NB_TESTS_LONG_RUN: usize = 50000;

0 comments on commit f79922a

Please sign in to comment.