From 08361e70344de76d6f519c960f276595d3ad329d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 Oct 2016 13:26:57 +0200 Subject: [PATCH] Increase timeout for inhibited key test It seems this fails on the new Travis OS X image. --- tests/end2end/features/hints.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 3bdc2f600..a22efb031 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -183,7 +183,7 @@ Feature: Using hints ### hints -> auto-follow-timeout Scenario: Ignoring key presses after auto-following hints - When I set hints -> auto-follow-timeout to 500 + When I set hints -> auto-follow-timeout to 1000 And I set hints -> mode to number And I run :bind --force , message-error "This error message was triggered via a keybinding which should have been inhibited" And I open data/hints/html/simple.html