Skip to content

Commit

Permalink
test: add delay after connect
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Aug 20, 2024
1 parent 1304227 commit 0441220
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test-manager/src/tests/tunnel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,9 @@ pub async fn test_mul_02_002(
// Step 4 - Finally, connect to a tunnel and assert that no outgoing traffic contains the
// payload in plain text.
helpers::connect_and_wait(&mut mullvad_client).await?;

tokio::time::sleep(Duration::from_secs(5)).await;

let rogue_packet_monitor =
start_packet_monitor(identify_rogue_packet, MonitorOptions::default()).await;
conn_artist.check_connection().await?;
Expand Down

0 comments on commit 0441220

Please sign in to comment.