diff --git a/.travis.yml b/.travis.yml index 069e8b482b..9b39b3f33b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tests/e2e/Scopes/Scope.php b/tests/e2e/Scopes/Scope.php index 267d155c65..b5b5e0e775 100644 --- a/tests/e2e/Scopes/Scope.php +++ b/tests/e2e/Scopes/Scope.php @@ -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);