mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-17 16:36:46 -04:00
wait 5 seconds before search (#7733)
This commit is contained in:
1 parent
44233adace
commit
a4e7a64cd0
1 file changed
+3
-2
@@ -59,8 +59,9 @@ class SearchContext implements Context {
|
||||
?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);
|
||||
|
||||
Reference in new issue
Block a user