Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-09-15 18:10:15 +0300
committerVincent Petry <vincent@nextcloud.com>2022-09-15 18:11:14 +0300
commit1998ac7b06e8845719db5cd276db59ac053bbcd2 (patch)
tree9bbd9403467d90133a69b0f0929dee9a54c2529b /tests/acceptance
parentb9ccc60837007cba820e3439a66b09ff5c5256e7 (diff)
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.php2
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()