From f81d1cb1cf7c9655c0f5bc0385d18b5096491925 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 21 May 2019 14:20:58 -0700 Subject: [PATCH] Increase integration test sleep --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'