1
0
Fork 0

Increase timeout for quitting pgcli

This commit is contained in:
Dick Marinus 2017-10-24 09:03:21 +02:00
parent f674226171
commit c5a0e94675
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Internal changes:
-----------------
* Use temporary dir as config location in tests
* Fix errors in the ``tee`` test (#795 and #797). (Thanks: `Irina Truong`_)
* Increase timeout for quitting pgcli. (Thanks: `Dick Marinus`_)
Bug Fixes:
----------

View File

@ -146,7 +146,7 @@ def after_scenario(context, _):
)
context.cli.sendcontrol('c')
context.cli.sendcontrol('d')
context.cli.expect_exact(pexpect.EOF, timeout=5)
context.cli.expect_exact(pexpect.EOF, timeout=10)
# TODO: uncomment to debug a failure
# def after_step(context, step):