Skip to content

Commit

Permalink
fix aggregator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Jan 3, 2024
1 parent 45d4475 commit 738a738
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion aptos-move/e2e-move-tests/src/tests/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn test_aggregators_e2e(block_split: BlockSplit) {
proptest! {
#![proptest_config(ProptestConfig {
// Cases are expensive, few cases is enough.
cases: 5,
cases: 3,
result_cache: prop::test_runner::basic_result_cache,
.. ProptestConfig::default()
})]
Expand Down
2 changes: 1 addition & 1 deletion aptos-move/e2e-move-tests/src/tests/aggregator_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ proptest! {
proptest! {
#![proptest_config(ProptestConfig {
// Cases are expensive, few cases is enough for these
cases: if STRESSTEST_MODE { 1000 } else { 10 },
cases: if STRESSTEST_MODE { 1000 } else { 5 },
result_cache: if STRESSTEST_MODE { prop::test_runner::noop_result_cache } else {prop::test_runner::basic_result_cache },
.. ProptestConfig::default()
})]
Expand Down

0 comments on commit 738a738

Please sign in to comment.