From 37a4ec91907f5ea4811a7e60847d306616925a17 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 18 Nov 2020 11:37:59 -0600 Subject: [PATCH] Increase timeout in license comments test\\\ --- ts/test/license_comments_test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts/test/license_comments_test.ts b/ts/test/license_comments_test.ts index 2f01246986..8e806fb366 100644 --- a/ts/test/license_comments_test.ts +++ b/ts/test/license_comments_test.ts @@ -75,6 +75,9 @@ function readFirstTwoLines(file: string): Promise> { 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(