From e22ca4c7c4d7c80ae43b5b9e18d51f1be3b88773 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 8 Sep 2020 15:08:23 +0200 Subject: [PATCH] chore: extend Firefox launch test deadline by a month (#6403) Ref. #5673. --- test/launcher.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/launcher.spec.ts b/test/launcher.spec.ts index d2ced501455d4..ab5e6f891e5c1 100644 --- a/test/launcher.spec.ts +++ b/test/launcher.spec.ts @@ -478,7 +478,7 @@ describe('Launcher specs', function () { * properly with help from the Mozilla folks. */ itFailsWindowsUntilDate( - new Date('2020-08-30'), + new Date('2020-09-30'), 'should be able to launch Firefox', async function () { this.timeout(FIREFOX_TIMEOUT);