Increase timeout on flakey async test
This commit is contained in:
@@ -160,7 +160,7 @@ describe("#940", () => {
|
|||||||
await promise2;
|
await promise2;
|
||||||
|
|
||||||
background.browser.tabs.create.should.have.been.calledTwice;
|
background.browser.tabs.create.should.have.been.calledTwice;
|
||||||
}).timeout(2002);
|
}).timeout(2005);
|
||||||
|
|
||||||
it("should not influence the canceled url in other tabs", async () => {
|
it("should not influence the canceled url in other tabs", async () => {
|
||||||
const newTab = {
|
const newTab = {
|
||||||
|
|||||||
Reference in New Issue
Block a user