mirror of https://github.com/ARMmbed/mbed-os.git
Modified host tests to use serial.realine() function to avoid extra timeouts during tests (test will work faster and will be more reliable)
parent
8c77115d55
commit
0748ef4a2a
|
@ -35,7 +35,7 @@ class StdioTest(DefaultTest):
|
||||||
print c
|
print c
|
||||||
stdout.flush()
|
stdout.flush()
|
||||||
|
|
||||||
for i in range(0, 5):
|
for i in range(0, 10):
|
||||||
random_integer = random.randint(-99999, 99999)
|
random_integer = random.randint(-99999, 99999)
|
||||||
print "HOST: Generated number: " + str(random_integer)
|
print "HOST: Generated number: " + str(random_integer)
|
||||||
stdout.flush()
|
stdout.flush()
|
||||||
|
|
Loading…
Reference in New Issue