mirror of
https://github.com/powerline/powerline.git
synced 2025-07-22 21:35:14 +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()
|
||||
sleep(1)
|
||||
sleep(10)
|
||||
last_line = []
|
||||
for col in range(cols):
|
||||
last_line.append(p[rows - 1, col])
|
||||
|
Loading…
x
Reference in New Issue
Block a user