Skip to content

Commit 77fc37e

Browse files
committed
test(plugin-eslint): increase runner timeout to prevent windows flakiness
1 parent 69c2ef4 commit 77fc37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-eslint/src/lib/runner.integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ describe('executeRunner', () => {
9191
},
9292
}),
9393
);
94-
}, 15_000);
95-
});
94+
});
95+
}, 20_000);

0 commit comments

Comments
 (0)