diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8f03125..17c98198 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,7 +84,7 @@ jobs: displayName: 'Install dependencies and build' - script: | yarn start & - sleep 5 + sleep 10 yarn test-api --headless displayName: 'Integration tests'