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