Increase integration test sleep

This commit is contained in:
Daniel Imms
2019-05-21 14:20:58 -07:00
parent 8f09f58119
commit f81d1cb1cf
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
displayName: 'Install dependencies and build'
- script: |
yarn start &
sleep 5
sleep 10
yarn test-api --headless
displayName: 'Integration tests'