summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2017-10-24 09:03:21 +0200
committerDick Marinus <dick@mrns.nl>2017-10-24 09:03:21 +0200
commitc5a0e94675e05368c58ab6e17d26bd7ae4e5d79d (patch)
tree5c14c77c643dd83a8e2ea2d897bc8220962ea4f5 /tests
parentf6742261719662d71439abe9b83dc1f103a2337a (diff)
Increase timeout for quitting pgcli
Diffstat (limited to 'tests')
-rw-r--r--tests/features/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/environment.py b/tests/features/environment.py
index de9995b5..e8271623 100644
--- a/tests/features/environment.py
+++ b/tests/features/environment.py
@@ -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):