Modified host tests to use serial.realine() function to avoid extra timeouts during tests (test will work faster and will be more reliable)

pull/493/head
Przemek Wirkus 2014-09-15 11:08:57 +01:00
parent 8c77115d55
commit 0748ef4a2a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class StdioTest(DefaultTest):
print c
stdout.flush()
for i in range(0, 5):
for i in range(0, 10):
random_integer = random.randint(-99999, 99999)
print "HOST: Generated number: " + str(random_integer)
stdout.flush()