Update expectation

This commit is contained in:
Yury Semikhatsky 2024-04-23 15:36:34 -07:00
parent 2805504d29
commit 6523eb0dd6

View file

@ -232,7 +232,7 @@ for (const useIntermediateMergeReport of [false, true] as const) {
expect(result.passed).toBe(1); expect(result.passed).toBe(1);
expect(result.interrupted).toBe(1); expect(result.interrupted).toBe(1);
expect(result.didNotRun).toBe(1); expect(result.didNotRun).toBe(1);
expect(result.output).toContain('Timed out waiting 1s for the test suite to run'); expect(result.output).toContain('Timed out waiting 3s for the test suite to run');
}); });
test('should not print slow parallel tests', async ({ runInlineTest }) => { test('should not print slow parallel tests', async ({ runInlineTest }) => {