summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/named_queries.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/named_queries.py')
-rw-r--r--tests/features/steps/named_queries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/steps/named_queries.py b/tests/features/steps/named_queries.py
index d60947ff..84afb11c 100644
--- a/tests/features/steps/named_queries.py
+++ b/tests/features/steps/named_queries.py
@@ -39,7 +39,7 @@ def step_see_named_query_saved(context):
"""
Wait to see query saved.
"""
- wrappers.expect_pager(context, 'Saved.\r\n', timeout=1)
+ wrappers.expect_exact(context, 'Saved.', timeout=2)
@then('we see the named query executed')