summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-09-21 21:33:56 +1000
committerChris Johns <chrisj@rtems.org>2017-09-21 21:33:56 +1000
commit3ed65c010671b96de3d975362bd0ec56f46add6d (patch)
tree9b31d84dfdffae636f94756eb5884aae38b7e6f1
parentAdd TFTP as a back end option for testing. Add telnet as a console option. (diff)
downloadrtems-tools-3ed65c010671b96de3d975362bd0ec56f46add6d.tar.bz2
Lower the step size for the TFTP timeout.
-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: