Skip to content

Commit

Permalink
tests: Increase sleep time to 60 secs
Browse files Browse the repository at this point in the history
The existing CI tests fail because of the time exceeded after commit
a9fdfeb.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
  • Loading branch information
retrage committed Nov 3, 2022
1 parent d913994 commit 8628f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ mod tests {

let mut child = spawn(&tmp_dir, &os, &ci, &net);

thread::sleep(std::time::Duration::from_secs(20));
thread::sleep(std::time::Duration::from_secs(60));
let r = std::panic::catch_unwind(|| {
ssh_command(&net.guest_ip, "sudo shutdown -h now")
.expect("Expect SSH Command to work");
Expand Down

0 comments on commit 8628f53

Please sign in to comment.