Skip to content

Commit

Permalink
iperf: increase timeout from 120 to 240 seconds, mark ipv6 iperf as slow
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Nov 25, 2020
1 parent 55e1fbd commit dab2be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_iperf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ let suite = [
test_tcp_iperf_two_stacks_uniform_packet_loss amt_quick 120.0;

"iperf with two stacks and uniform packet loss of packets with no payload", `Quick,
test_tcp_iperf_two_stacks_uniform_packet_loss_no_payload amt_quick 120.0;
test_tcp_iperf_two_stacks_uniform_packet_loss_no_payload amt_quick 240.0;

"iperf with two stacks and uniform packet loss of packets with no payload, longer", `Slow,
test_tcp_iperf_two_stacks_uniform_packet_loss_no_payload amt_slow 240.0;
Expand Down
4 changes: 2 additions & 2 deletions test/test_iperf_ipv6.ml
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ let suite = [
"iperf with two stacks and uniform packet loss", `Quick,
test_tcp_iperf_ipv6_two_stacks_uniform_packet_loss amt_quick 120.0;

"iperf with two stacks and uniform packet loss of packets with no payload", `Quick,
test_tcp_iperf_ipv6_two_stacks_uniform_packet_loss_no_payload amt_quick 120.0;
"iperf with two stacks and uniform packet loss of packets with no payload", `Slow,
test_tcp_iperf_ipv6_two_stacks_uniform_packet_loss_no_payload amt_quick 240.0;

"iperf with two stacks and uniform packet loss of packets with no payload, longer", `Slow,
test_tcp_iperf_ipv6_two_stacks_uniform_packet_loss_no_payload amt_slow 240.0;
Expand Down

0 comments on commit dab2be1

Please sign in to comment.