mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated wait times
This commit is contained in:
@@ -17,7 +17,6 @@ class FunctionsCustomServerTest extends Scope
|
||||
|
||||
public function testCreate():array
|
||||
{
|
||||
sleep(25);
|
||||
/**
|
||||
* Test for SUCCESS
|
||||
*/
|
||||
@@ -454,8 +453,6 @@ class FunctionsCustomServerTest extends Scope
|
||||
|
||||
public function testENVS():array
|
||||
{
|
||||
sleep(25);
|
||||
|
||||
/**
|
||||
* Test for SUCCESS
|
||||
*/
|
||||
@@ -557,7 +554,7 @@ class FunctionsCustomServerTest extends Scope
|
||||
$executionId = $execution['body']['$id'] ?? '';
|
||||
$this->assertEquals(201, $execution['headers']['status-code']);
|
||||
|
||||
sleep(20);
|
||||
sleep(5);
|
||||
|
||||
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', array_merge([
|
||||
'content-type' => 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user