From 76713480e3c16d2ae90ac928b928b5ee31ee7d99 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Fri, 7 Nov 2025 13:23:55 +0545 Subject: [PATCH] increase wait for seach index --- tests/acceptance/bootstrap/SearchContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/bootstrap/SearchContext.php b/tests/acceptance/bootstrap/SearchContext.php index 3c75634ad8..f7c62c4f35 100644 --- a/tests/acceptance/bootstrap/SearchContext.php +++ b/tests/acceptance/bootstrap/SearchContext.php @@ -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); }