the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Revision:
13:ab47a20b66f0
Parent:
0:66f3b5499f7f
--- a/host_tests/serial_nc_tx_auto.py	Tue Jun 14 11:33:06 2016 +0100
+++ b/host_tests/serial_nc_tx_auto.py	Thu Jul 14 20:21:19 2016 +0100
@@ -25,6 +25,9 @@
 
     def test(self, selftest):
         selftest.mbed.flush();
+        # Wait 0.5 seconds to ensure mbed is listening
+        time.sleep(0.5)
+
         selftest.mbed.serial_write("S");
 
         strip_chars = string.whitespace + "\0"