Increase timeout in license comments test\\\

This commit is contained in:
Evan Hahn 2020-11-18 11:37:59 -06:00 committed by Josh Perez
parent 26884432a2
commit 37a4ec9190

View file

@ -75,6 +75,9 @@ function readFirstTwoLines(file: string): Promise<Array<string>> {
describe('license comments', () => {
it('includes a license comment at the top of every relevant file', async function test() {
// This usually executes quickly but can be slow in some cases, such as Windows CI.
this.timeout(10000);
const currentYear = new Date().getFullYear();
await pMap(