fix timeout
This commit is contained in:
parent
907bfd2c80
commit
5555d1741a
|
|
@ -804,7 +804,7 @@ test.describe('kill option', () => {
|
|||
});
|
||||
|
||||
test('can be configured to send SIGINT', async ({ runInlineTest }) => {
|
||||
const result = await runInlineTest(files({ kill: { SIGINT: 5000 } }), { workers: 1 });
|
||||
const result = await runInlineTest(files({ kill: { SIGINT: 500 } }), { workers: 1 });
|
||||
expect(parseOutputLines(result).sort()).toEqual(['childprocess received SIGINT', 'webserver received SIGINT but stubbornly refuses to wind down']);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue