chore: tune azure test run in bound

This commit is contained in:
Clark Du 2019-01-24 11:30:04 +00:00
parent bacf0d40ef
commit 0fe8061019

View File

@ -20,7 +20,7 @@ steps:
displayName: 'Install dependencies'
- script: |
set JEST_JUNIT_OUTPUT=test-fixtures-junit.xml && set NODE_OPTIONS=--max_old_space_size=4096 && yarn test:fixtures -w=2
set JEST_JUNIT_OUTPUT=test-fixtures-junit.xml && set NODE_OPTIONS=--max_old_space_size=4096 && yarn test:fixtures -i
displayName: 'Test: Build Fixtures'
- script: |