summaryrefslogtreecommitdiffstats
path: root/tester/rt/tftp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/tftp.py')
-rw-r--r--tester/rt/tftp.py2
1 files changed, 1 insertions, 1 deletions
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: