Skip to content

Commit 27e4dce

Browse files
committed
test(web-scripts): increase flakey lint test timeout
1 parent 814fc6b commit 27e4dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-web-scripts-library/src/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('integration test', () => {
5050

5151
// check that all the commands work
5252
[
53-
{ cmd: 'lint', asyncTimeout: 15000 },
53+
{ cmd: 'lint', asyncTimeout: 20000 },
5454
{ cmd: 'test', asyncTimeout: 30000 },
5555
{ cmd: 'build', asyncTimeout: 60000 },
5656
].forEach(

0 commit comments

Comments
 (0)