mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Improve flaky test
This commit is contained in:
@@ -133,7 +133,7 @@ class FunctionsClientTest extends Scope
|
||||
|
||||
$deployment = $deployment['body']['data']['functionsGetDeployment'];
|
||||
$this->assertEquals('ready', $deployment['status']);
|
||||
});
|
||||
}, 60000);
|
||||
|
||||
return $deployment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user