diff --git a/tests/acceptance/features/bootstrap/SearchContext.php b/tests/acceptance/features/bootstrap/SearchContext.php index 6c95d83dbb8..8009b260884 100644 --- a/tests/acceptance/features/bootstrap/SearchContext.php +++ b/tests/acceptance/features/bootstrap/SearchContext.php @@ -59,8 +59,9 @@ public function userSearchesUsingWebDavAPI( ?string $spaceName = null, TableNode $properties = null ): void { - // Because indexing of newly uploaded files or directories with ocis is decoupled and occurs asynchronously, a short wait is necessary before searching files or folders. - sleep(4); + // NOTE: because indexing of newly uploaded files or directories with ocis is decoupled and occurs asynchronously + // short wait is necessary before searching + sleep(5); $user = $this->featureContext->getActualUsername($user); $baseUrl = $this->featureContext->getBaseUrl(); $password = $this->featureContext->getPasswordForUser($user);