diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-09-15 17:10:15 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2022-09-15 17:11:14 +0200 |
commit | 1998ac7b06e8845719db5cd276db59ac053bbcd2 (patch) | |
tree | 9bbd9403467d90133a69b0f0929dee9a54c2529b /tests/acceptance | |
parent | b9ccc60837007cba820e3439a66b09ff5c5256e7 (diff) | |
download | nextcloud-server-1998ac7b06e8845719db5cd276db59ac053bbcd2.tar.gz nextcloud-server-1998ac7b06e8845719db5cd276db59ac053bbcd2.zip |
Increase timeout for apps management
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'tests/acceptance')
-rw-r--r-- | tests/acceptance/features/bootstrap/AppsManagementContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/AppsManagementContext.php b/tests/acceptance/features/bootstrap/AppsManagementContext.php index 747ef3d96b5..908754163d7 100644 --- a/tests/acceptance/features/bootstrap/AppsManagementContext.php +++ b/tests/acceptance/features/bootstrap/AppsManagementContext.php @@ -243,7 +243,7 @@ class AppsManagementContext implements Context, ActorAwareInterface { */ public function iSeeTheAppBundles() { Assert::assertTrue( - $this->actor->find(self::rowForApp('Auditing / Logging'), 2)->isVisible() + $this->actor->find(self::rowForApp('Auditing / Logging'), 10)->isVisible() ); Assert::assertTrue( $this->actor->find(self::rowForApp('LDAP user and group backend'), 2)->isVisible() |