Skip to content

Commit

Permalink
attempt to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Oct 25, 2023
1 parent f4f0399 commit 6703516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions utils/runtime-fuzzer/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
use crate::*;
use proptest::prelude::*;

const MAX_GEAR_CALLS_BYTES: usize = 450_000;
const MIN_GEAR_CALLS_BYTES: usize = 350_000;
const MAX_GEAR_CALLS_BYTES: usize = 30_000_000;
const MIN_GEAR_CALLS_BYTES: usize = 25_000_000;

#[test]
fn proptest_input_validity() {
Expand Down

0 comments on commit 6703516

Please sign in to comment.