Skip to content

Commit

Permalink
Temporary log to see if timeout is plausibly a factor
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson committed Apr 18, 2024
1 parent dc3f6cd commit ba38364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,13 @@ Caused by:
"--timeout",
"60",
]);
let start = std::time::Instant::now();
env.run_in(&mut tidy)?;
let dur = start.elapsed();
println!(
"*** http_python_template_smoke_test: Installing reqs took {} secs",
dur.as_secs()
);
Ok(())
};
let env_vars = HashMap::from([
Expand Down

0 comments on commit ba38364

Please sign in to comment.