Commit 36720276 authored by Boris Kocherov's avatar Boris Kocherov

tests: pause before xvfb quit

parent 41f1f6f3
...@@ -231,6 +231,8 @@ class FunctionalTestRunner: ...@@ -231,6 +231,8 @@ class FunctionalTestRunner:
html_parser html_parser
) )
browser.quit() browser.quit()
# XXX ffmpeg lose last video part if xvfb quit before ffmpeg
time.sleep(5)
finally: finally:
xvfb.quit() xvfb.quit()
return iframe return iframe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment