Skip to content

Commit

Permalink
tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: increase send interval
Browse files Browse the repository at this point in the history
socket ZEP now tries to simulate airtime.
  • Loading branch information
benpicco committed Jun 5, 2023
1 parent 4958c7f commit 60f9cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_fragmentation(factory, zep_dispatch):
# 2 intermediate hops, 64 - 2
assert_result(result, 34, 1, 64 - 2)

result = parser.parse(D.ping6(root_addr, count=100, interval=30, packet_size=500))
result = parser.parse(D.ping6(root_addr, count=100, interval=200, packet_size=500))
# assert packetloss is under 90%
# assert at least one response
# 2 intermediate hops, 64 - 2
Expand Down

0 comments on commit 60f9cb5

Please sign in to comment.