diff --git a/composer.lock b/composer.lock index dc36abe409..66c5f71515 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index ff99033fdf..cb02bb240b 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -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);