Skip to content

Commit 568f6ac

Browse files
committed
Small updates to udp phy link test
1 parent e5b475f commit 568f6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/host_tests/udp_link_layer_auto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class UDPEchoServerTest(DefaultTest):
6464
s = None # Socket
6565

6666
TEST_PACKET_COUNT = 1000 # how many packets should be send
67-
TEST_STRESS_FACTOR = 0.001 # )in seconds) 10 ms
67+
TEST_STRESS_FACTOR = 0.001 # stress factor: 10 ms
6868

6969
pattern_server_ip = "^Server IP Address is (\d+).(\d+).(\d+).(\d+):(\d+)"
7070
re_detect_server_ip = re.compile(pattern_server_ip)

0 commit comments

Comments
 (0)