mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Less docs for timeout?
This commit is contained in:
@@ -1009,7 +1009,7 @@ trait DatabasesBase
|
||||
public function testTimeouts(array $data): void
|
||||
{
|
||||
$documents = [];
|
||||
for ($i = 0; $i <= 3; $i++) {
|
||||
for ($i = 0; $i <= 1; $i++) {
|
||||
$documents[] = $this->client->call(Client::METHOD_POST, '/databases/' . $data['databaseId'] . '/collections/' . $data['moviesId'] . '/documents', array_merge([
|
||||
'content-type' => 'application/json',
|
||||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
|
||||
Reference in New Issue
Block a user