mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Increase wait timeout
This commit is contained in:
Generated
+12
-12
@@ -3561,16 +3561,16 @@
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/database",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/database.git",
|
||||
"reference": "e194da3ff803c51486d343c88156619fec9d1531"
|
||||
"reference": "6284aaa2726afdf837bb7aac57747831e21c904d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/e194da3ff803c51486d343c88156619fec9d1531",
|
||||
"reference": "e194da3ff803c51486d343c88156619fec9d1531",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/6284aaa2726afdf837bb7aac57747831e21c904d",
|
||||
"reference": "6284aaa2726afdf837bb7aac57747831e21c904d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3611,9 +3611,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/database/issues",
|
||||
"source": "https://github.com/utopia-php/database/tree/1.0.2"
|
||||
"source": "https://github.com/utopia-php/database/tree/1.0.3"
|
||||
},
|
||||
"time": "2025-08-15T07:11:01+00:00"
|
||||
"time": "2025-08-20T07:39:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/detector",
|
||||
@@ -4930,16 +4930,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "appwrite/sdk-generator",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/appwrite/sdk-generator.git",
|
||||
"reference": "e5760ef7f25ef036aeaa0fa4a7c65a13f3390a88"
|
||||
"reference": "4a6e0daa3486bbd9e0074c1231453b4e3758449b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/e5760ef7f25ef036aeaa0fa4a7c65a13f3390a88",
|
||||
"reference": "e5760ef7f25ef036aeaa0fa4a7c65a13f3390a88",
|
||||
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/4a6e0daa3486bbd9e0074c1231453b4e3758449b",
|
||||
"reference": "4a6e0daa3486bbd9e0074c1231453b4e3758449b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4975,9 +4975,9 @@
|
||||
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
|
||||
"support": {
|
||||
"issues": "https://github.com/appwrite/sdk-generator/issues",
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/1.1.0"
|
||||
"source": "https://github.com/appwrite/sdk-generator/tree/1.1.1"
|
||||
},
|
||||
"time": "2025-08-20T07:11:14+00:00"
|
||||
"time": "2025-08-20T09:24:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
||||
@@ -1508,7 +1508,7 @@ class FunctionsCustomServerTest extends Scope
|
||||
$this->assertEquals(204, $lastExecution['responseStatusCode']);
|
||||
$this->assertStringContainsString($userId, $lastExecution['logs']);
|
||||
$this->assertStringContainsString('Event User', $lastExecution['logs']);
|
||||
}, 10000, 500);
|
||||
}, 20_000, 500);
|
||||
|
||||
$this->cleanupFunction($functionId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user