increase wait for seach index

This commit is contained in:
Artur Neumann
2025-11-07 13:23:55 +05:45
parent b783059846
commit 76713480e3

View File

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