Skip to content

Commit

Permalink
test: debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Jul 25, 2022
1 parent 8945e2a commit d8db42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provisioner/tests/provisioner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ impl DockerPG {

sleep(Duration::from_millis(350));

println!("waiting for {container_name} to be ready...");

timeout = timeout
.checked_sub(now.elapsed().unwrap())
.unwrap_or_default();
Expand Down

0 comments on commit d8db42c

Please sign in to comment.