mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: increase sleep
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ install:
|
||||
- docker pull php:8.0-cli-alpine
|
||||
- docker-compose build
|
||||
- docker-compose up -d
|
||||
- sleep 10
|
||||
- sleep 60
|
||||
|
||||
script:
|
||||
- docker ps -a
|
||||
|
||||
@@ -46,7 +46,7 @@ abstract class Scope extends TestCase
|
||||
|
||||
protected function getLastRequest():array
|
||||
{
|
||||
sleep(1);
|
||||
sleep(5);
|
||||
|
||||
$resquest = json_decode(file_get_contents('http://request-catcher:5000/__last_request__'), true);
|
||||
$resquest['data'] = json_decode($resquest['data'], true);
|
||||
|
||||
Reference in New Issue
Block a user