Skip to content

Commit

Permalink
xtask: increase timeout for fuzz_mesh :(
Browse files Browse the repository at this point in the history
The thing that is, apparently, making this necessary, is the new
`BlockDef` evaluation upon construction. (Is `Arbitrary` generating
and throwing away `BlockDef`s? I don't know how to be sure.)
  • Loading branch information
kpreid committed Nov 14, 2023
1 parent 79e6577 commit 9283419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/xtask/src/xtask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ fn main() -> Result<(), ActionError> {
// that deterministically limits how much time is spent on one
// (just like the recursion limit currently does).
"fuzz_block_eval" => 15,
// also does a bunch of block eval stuff
"fuzz_mesh" => 30,
_ => 5,
};

Expand Down

0 comments on commit 9283419

Please sign in to comment.