Skip to content

Commit

Permalink
fix classic test
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Nov 10, 2024
1 parent bc0edfc commit e328908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/test_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ impl TestInterface {
let path = format!("--task-dir={}", path);
args.push(&path);
args.push("--ui=silent");
args.push("--extra-time=10");
if !cache {
args.push("--no-cache");
}
Expand Down

0 comments on commit e328908

Please sign in to comment.