Increase sleeping time
It appears that just one second is not enough for travis
This commit is contained in:
parent
44273f299b
commit
a0edcccecf
|
@ -73,7 +73,7 @@ def main():
|
|||
},
|
||||
)
|
||||
p.start()
|
||||
sleep(1)
|
||||
sleep(10)
|
||||
last_line = []
|
||||
for col in range(cols):
|
||||
last_line.append(p[rows - 1, col])
|
||||
|
|
Loading…
Reference in New Issue