summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/crud_database.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/crud_database.py')
-rw-r--r--tests/features/steps/crud_database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/steps/crud_database.py b/tests/features/steps/crud_database.py
index 4d692c6d..0a0928fc 100644
--- a/tests/features/steps/crud_database.py
+++ b/tests/features/steps/crud_database.py
@@ -72,7 +72,7 @@ def step_see_prompt(context):
@then('we see help output')
def step_see_help(context):
for expected_line in context.fixture_data['help_commands.txt']:
- wrappers.expect_exact(context, expected_line, timeout=1)
+ wrappers.expect_exact(context, expected_line, timeout=2)
@then('we see database created')