try to lower the timeout in an acceptance test

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2017-06-26 14:42:07 +02:00
parent da53162656
commit 6b5bbe1880
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
/**