mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
tests: Increas delay in log_call unit test
Scheduling on travis-ci seems a bit iffy, hopefully the increased delay fixes the problem.
This commit is contained in:
parent
6cef2bd37c
commit
22bb21f6fc
1 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,10 @@ def test_log_call_output_order():
|
||||||
logged = setup_logger()
|
logged = setup_logger()
|
||||||
fixture = """
|
fixture = """
|
||||||
2 0.0 one\\\\n
|
2 0.0 one\\\\n
|
||||||
1 0.2 two\\\\n
|
1 0.4 two\\\\n
|
||||||
1 0.2 four\\\\n
|
1 0.4 four\\\\n
|
||||||
2 0.2 No, three..\\\\n
|
2 0.4 No, three..\\\\n
|
||||||
1 0.2 three\\\\n
|
1 0.4 three\\\\n
|
||||||
"""
|
"""
|
||||||
status, stdout, stderr = log_call([subprocess_path], stdin=fixture)
|
status, stdout, stderr = log_call([subprocess_path], stdin=fixture)
|
||||||
eq_(status, 0)
|
eq_(status, 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue