From 1998ac7b06e8845719db5cd276db59ac053bbcd2 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 15 Sep 2022 17:10:15 +0200 Subject: [PATCH] Increase timeout for apps management Signed-off-by: Vincent Petry --- tests/acceptance/features/bootstrap/AppsManagementContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/bootstrap/AppsManagementContext.php b/tests/acceptance/features/bootstrap/AppsManagementContext.php index 747ef3d96b52c..908754163d7aa 100644 --- a/tests/acceptance/features/bootstrap/AppsManagementContext.php +++ b/tests/acceptance/features/bootstrap/AppsManagementContext.php @@ -243,7 +243,7 @@ public function iSeeThatThereAreOnlyEnabledApps() { */ 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()