Skip to content

Commit

Permalink
fixup: ivls
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Apr 9, 2024
1 parent a4ea303 commit 61b3f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-manager/src/tests/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn test_lan(
.expect("failed to enable LAN sharing");

// Firewall updates are a bit racey, so wait for a while
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
tokio::time::sleep(std::time::Duration::from_secs(3)).await;

// Ensure LAN is reachable
//
Expand Down Expand Up @@ -118,7 +118,7 @@ pub async fn test_lockdown(
.expect("failed to enable lockdown mode");

// Firewall updates are a bit racey, so wait for a while
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
tokio::time::sleep(std::time::Duration::from_secs(3)).await;

// Ensure all destinations are unreachable
//
Expand Down

0 comments on commit 61b3f99

Please sign in to comment.