From d601a4a5a82920dbaec32a913da97ef0ce767e1b Mon Sep 17 00:00:00 2001 From: ctgardner Date: Wed, 1 May 2019 22:49:13 +1000 Subject: [PATCH] Revert "Increase timeout on flakey async test" This reverts commit 154df62687c5c63a45df70533043f4ae1252fa63. --- 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 1c836bb..b889035 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(2005); + }).timeout(2002); it("should not influence the canceled url in other tabs", async () => { const newTab = {