From 40e951b4a7d9cb13f873ec0b73f1f3afb79d1263 Mon Sep 17 00:00:00 2001 From: ctgardner Date: Mon, 15 Apr 2019 18:42:57 +1000 Subject: [PATCH] Increase timeout on flakey async test --- test/issues/940.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/issues/940.test.js b/test/issues/940.test.js index b889035..1c836bb 100644 --- a/test/issues/940.test.js +++ b/test/issues/940.test.js @@ -160,7 +160,7 @@ describe("#940", () => { await promise2; background.browser.tabs.create.should.have.been.calledTwice; - }).timeout(2002); + }).timeout(2005); it("should not influence the canceled url in other tabs", async () => { const newTab = {