Skip to content

Commit 3e98680

Browse files
committed
Increase number of tests to force running in band
1 parent f5f2ed6 commit 3e98680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/__tests__/fatalWorkerError.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const DIR = path.resolve(os.tmpdir(), 'fatal-worker-error');
1515
beforeEach(() => cleanup(DIR));
1616
afterAll(() => cleanup(DIR));
1717

18-
const NUMBER_OF_TESTS_TO_FORCE_USING_WORKERS = 25;
18+
const NUMBER_OF_TESTS_TO_FORCE_USING_WORKERS = 40;
1919

2020
test('fails a test that terminates the worker with a fatal error', () => {
2121
const testFiles = {

0 commit comments

Comments
 (0)