Skip to content

Commit

Permalink
wifi threshold perc back to 20%. Problem wasn't this.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Jul 2, 2019
1 parent d92a035 commit 3a6cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/automated/5_wifi_udp.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_udp_doesnt_drop(serial=None):
sys.stdout.flush()
else:
print("UDP WIFI loopback %d messages at speed %d, comp speed is %.2f, percent %.2f" % (msg_count, speed, comp_kbps, saturation_pct))
assert_greater(saturation_pct, 15) #sometimes the wifi can be slow...
assert_greater(saturation_pct, 20) #sometimes the wifi can be slow...
assert_less(saturation_pct, 100)
saturation_pcts.append(saturation_pct)
if len(saturation_pcts) > 0:
Expand Down

0 comments on commit 3a6cd29

Please sign in to comment.