mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
test: more deployment wait
This commit is contained in:
@@ -46,7 +46,7 @@ trait FunctionsBase
|
||||
'x-appwrite-key' => $this->getProject()['apiKey'],
|
||||
]));
|
||||
$this->assertEquals('ready', $deployment['body']['status'], 'Deployment status is not ready, deployment: ' . json_encode($deployment['body'], JSON_PRETTY_PRINT));
|
||||
}, 50000, 500);
|
||||
}, 120000, 1000);
|
||||
|
||||
return $deploymentId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user