test 940: give it a bit more time
... as it is needed on Windows. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
06a67407df
commit
bf47e76b6f
1 changed files with 1 additions and 1 deletions
|
@ -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(2500);
|
||||||
|
|
||||||
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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue