mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 13:55:45 +02:00
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()
|
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])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user