1
0
Fork 0
mirror of synced 2024-05-29 17:09:48 +12:00

fix: increase sleep

This commit is contained in:
Torsten Dittmann 2022-01-04 14:12:40 +01:00
parent 0a508cecc1
commit fc41b5f369
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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);