Increase timeout for apps management

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/34072/head
Vincent Petry 2022-09-15 17:10:15 +07:00
parent b9ccc60837
commit 1998ac7b06
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with 1 additions and 1 deletions

@ -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()