From 3ed65c010671b96de3d975362bd0ec56f46add6d Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 21 Sep 2017 21:33:56 +1000 Subject: Lower the step size for the TFTP timeout. --- tester/rt/tftp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/rt/tftp.py b/tester/rt/tftp.py index ae0c4f3..d6184cf 100644 --- a/tester/rt/tftp.py +++ b/tester/rt/tftp.py @@ -170,7 +170,7 @@ class tftp(object): self.listener = threading.Thread(target = self._runner, name = 'tftp-listener') self.listener.start() - step = 1.0 + step = 0.5 period = timeout[0] output_len = self.output_length() while not self.finished and period > 0: -- cgit v1.2.3