Revert "Increase timeout on flakey async test"

This reverts commit 154df62687.
This commit is contained in:
ctgardner 2019-05-01 22:49:13 +10:00 committed by Jonathan Kingston
parent 40e951b4a7
commit d601a4a5a8

View file

@ -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 = {