summaryrefslogtreecommitdiffstats
path: root/tester/rt/tftp.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-09-07 14:25:18 +1000
committerChris Johns <chrisj@rtems.org>2021-09-09 18:33:54 +1000
commite730a2d781fde8ff695cc57ed9bd950d8551c30d (patch)
treebbcf5c10f4115eb11d062713524892a505c1e275 /tester/rt/tftp.py
parenttester: Count tester header errors (diff)
downloadrtems-tools-e730a2d781fde8ff695cc57ed9bd950d8551c30d.tar.bz2
tester/tftp: Fix prptocol timeout handling
- Change some of the notification messages
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 af5029a..49bdb29 100644
--- a/tester/rt/tftp.py
+++ b/tester/rt/tftp.py
@@ -140,7 +140,7 @@ class tftp(object):
self._unlock('_listener')
self.server = tester.rt.tftpserver.tftp_server(host = 'all',
port = self.port,
- timeout = 1,
+ timeout = 10,
forced_file = exe,
sessions = 1)
try: