mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Increase test output delay to avoid bogus test fails
This commit is contained in:
parent
02c683120a
commit
0cbe057f5f
1 changed files with 5 additions and 5 deletions
|
@ -21,11 +21,11 @@ def setup_logger():
|
|||
def test_log_call_output_order():
|
||||
logged = setup_logger()
|
||||
fixture = """
|
||||
2 0.00 one\\\\n
|
||||
1 0.02 two\\\\n
|
||||
1 0.02 four\\\\n
|
||||
2 0.02 No, three..\\\\n
|
||||
1 0.02 three\\\\n
|
||||
2 0.0 one\\\\n
|
||||
1 0.2 two\\\\n
|
||||
1 0.2 four\\\\n
|
||||
2 0.2 No, three..\\\\n
|
||||
1 0.2 three\\\\n
|
||||
"""
|
||||
status, stdout, stderr = log_call([subprocess_path], stdin=fixture)
|
||||
eq_(status, 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue