Reduce timeout
This commit is contained in:
parent
e8cfb14a77
commit
45082aa2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -132,6 +132,6 @@ export class BasePage {
|
||||||
await expect(async () => {
|
await expect(async () => {
|
||||||
const currentUrl = this.page.url();
|
const currentUrl = this.page.url();
|
||||||
expect(currentUrl).not.toEqual(startingUrl);
|
expect(currentUrl).not.toEqual(startingUrl);
|
||||||
}).toPass({ timeout: 80_000 });
|
}).toPass({ timeout: 70_000 });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue