Skip to content

Commit

Permalink
ci: Further lower the RTT for the idle_timeout_crazy_rtt test (#1611)
Browse files Browse the repository at this point in the history
Since what we had before was still larger than our max. PTO, making
deadlock more likely with 10% loss.
  • Loading branch information
larseggert committed Feb 1, 2024
1 parent ca7d227 commit 5e32696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neqo-transport/tests/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ simulate!(
)))
]
),
Delay::new(weeks(15)..weeks(15)),
Delay::new(weeks(6)..weeks(6)),
Drop::percentage(10),
ConnectionNode::new_server(
ConnectionParameters::default().idle_timeout(weeks(1000)),
Expand All @@ -78,7 +78,7 @@ simulate!(
)))
]
),
Delay::new(weeks(10)..weeks(10)),
Delay::new(weeks(8)..weeks(8)),
Drop::percentage(10),
],
);
Expand Down

0 comments on commit 5e32696

Please sign in to comment.