From c859a041d4dec824dcf7baf63a40696cf77b655f Mon Sep 17 00:00:00 2001 From: John Miller Date: Mon, 28 Oct 2019 13:54:28 -0600 Subject: [PATCH] OS X travis is failing - is it a timeout issue? --- features/step-definitions/ein-steps.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step-definitions/ein-steps.el b/features/step-definitions/ein-steps.el index 091bb4e..f3728d2 100644 --- a/features/step-definitions/ein-steps.el +++ b/features/step-definitions/ein-steps.el @@ -285,7 +285,7 @@ (When "^I wait for the smoke to clear" (lambda () (ein:testing-flush-queries) - (And "I wait 2 seconds"))) ;; eldoc-documentation-function not flushing + (And "I wait 10 seconds"))) ;; eldoc-documentation-function not flushing (When "^I keep clicking \"\\(.+\\)\" until \"\\(.+\\)\"$" (lambda (go stop)