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

View File

@ -73,7 +73,7 @@ def main():
}, },
) )
p.start() p.start()
sleep(1) sleep(10)
last_line = [] last_line = []
for col in range(cols): for col in range(cols):
last_line.append(p[rows - 1, col]) last_line.append(p[rows - 1, col])