From 3e986807a52ba53234be0c29fe4bbcbda5afe71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Norte?= Date: Thu, 7 Mar 2019 21:22:20 +0000 Subject: [PATCH] Increase number of tests to force running in band --- e2e/__tests__/fatalWorkerError.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/__tests__/fatalWorkerError.test.ts b/e2e/__tests__/fatalWorkerError.test.ts index 4b8841c22d53..57635a72f740 100644 --- a/e2e/__tests__/fatalWorkerError.test.ts +++ b/e2e/__tests__/fatalWorkerError.test.ts @@ -15,7 +15,7 @@ const DIR = path.resolve(os.tmpdir(), 'fatal-worker-error'); beforeEach(() => cleanup(DIR)); afterAll(() => cleanup(DIR)); -const NUMBER_OF_TESTS_TO_FORCE_USING_WORKERS = 25; +const NUMBER_OF_TESTS_TO_FORCE_USING_WORKERS = 40; test('fails a test that terminates the worker with a fatal error', () => { const testFiles = {