From 0fe80610191798a8fa2cccdfc0a4c7120b9e3bf4 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Thu, 24 Jan 2019 11:30:04 +0000 Subject: [PATCH] chore: tune azure test run in bound --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2c4acbe14..f20e5abe31 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: |