Skip to content

Commit

Permalink
Increase number of tests to force running in band
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Mar 7, 2019
1 parent f5f2ed6 commit 3e98680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/fatalWorkerError.test.ts
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3e98680

Please sign in to comment.