mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
native timeouts try
This commit is contained in:
@@ -443,7 +443,7 @@ trait DatabasesBase
|
||||
$this->assertEquals(null, $longtext['body']['default']);
|
||||
|
||||
// wait for database worker to create attributes
|
||||
sleep(30);
|
||||
sleep(33);
|
||||
|
||||
$stringResponse = $this->client->call(Client::METHOD_GET, $attributesPath . '/' . $string['body']['key'], array_merge([
|
||||
'content-type' => 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user