Increase sleeping time

It appears that just one second is not enough for travis
This commit is contained in:
ZyX 2015-01-16 23:01:51 +03:00
parent 44273f299b
commit a0edcccecf
1 changed files with 1 additions and 1 deletions

View File

@ -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])