Skip to content

Commit

Permalink
Check analysis time
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Oct 30, 2024
1 parent ad28a48 commit 7ea49b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smt-log-parser/tests/parse_logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ fn parse_all_logs() {
ALLOCATOR.allocated() / mb as usize,
ALLOCATOR.limit() / mb as usize,
);
assert!(elapsed < timeout, "Analysis took longer than timeout");
inst_graph.mem_dbg(DbgFlags::default()).ok();
println!();
println!("===");
Expand Down

0 comments on commit 7ea49b3

Please sign in to comment.