[rtems-tools commit] Lower the step size for the TFTP timeout.

Chris Johns chrisj at rtems.org
Thu Sep 21 11:34:45 UTC 2017


Module:    rtems-tools
Branch:    master
Commit:    3ed65c010671b96de3d975362bd0ec56f46add6d
Changeset: http://git.rtems.org/rtems-tools/commit/?id=3ed65c010671b96de3d975362bd0ec56f46add6d

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Sep 21 21:33:56 2017 +1000

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:



More information about the vc mailing list