From 6b5bbe18807c9b247a3b4f7d9d0739b8b791d9dd Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 26 Jun 2017 14:42:07 +0200 Subject: [PATCH] try to lower the timeout in an acceptance test Signed-off-by: Arthur Schiwon --- tests/acceptance/features/bootstrap/SettingsMenuContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/bootstrap/SettingsMenuContext.php b/tests/acceptance/features/bootstrap/SettingsMenuContext.php index 712036d560..401575c78f 100644 --- a/tests/acceptance/features/bootstrap/SettingsMenuContext.php +++ b/tests/acceptance/features/bootstrap/SettingsMenuContext.php @@ -96,7 +96,7 @@ class SettingsMenuContext implements Context, ActorAwareInterface { */ public function iVisitTheSettingsPage() { $this->iOpenTheSettingsMenu(); - $this->actor->find(self::menuItemFor('Settings'), 20)->click(); + $this->actor->find(self::menuItemFor('Settings'), 2)->click(); } /**