adapt expected failures file

This commit is contained in:
Viktor Scharf
2025-02-14 11:40:24 +01:00
parent 877b8e45e0
commit daa7ed65cb
2 changed files with 33 additions and 38 deletions

View File

@@ -274,7 +274,7 @@ class SearchContext implements Context {
): void {
// NOTE: since indexing of newly uploaded files or directories with OpenCloud is decoupled and occurs asynchronously,
// a short wait is necessary before searching
sleep(2);
sleep(5);
$response = $this-> searchFiles($user, $pattern, null, $scopeType, $scope, $spaceName);
$this->featureContext->setResponse($response);
}