diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-26 14:42:07 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-26 14:42:07 +0200 |
commit | 6b5bbe18807c9b247a3b4f7d9d0739b8b791d9dd (patch) | |
tree | 36d47ba1df585cc0c2620034fcaca7a9a394ad24 /tests | |
parent | da5316265684561b9308d5cb190d4ad0352b7825 (diff) | |
download | nextcloud-server-6b5bbe18807c9b247a3b4f7d9d0739b8b791d9dd.tar.gz nextcloud-server-6b5bbe18807c9b247a3b4f7d9d0739b8b791d9dd.zip |
try to lower the timeout in an acceptance test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/features/bootstrap/SettingsMenuContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/SettingsMenuContext.php b/tests/acceptance/features/bootstrap/SettingsMenuContext.php index 712036d5603..401575c78f0 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(); } /** |