test(docs-infra): increase timeout for redirection tests more (#28290)
Occasionally, external URLs take even longer than the previously set 60s to load, which causes CI flakes. PR Close #28290
This commit is contained in:
parent
6e949f9e98
commit
7496630a94
|
@ -38,7 +38,7 @@ describe(browser.baseUrl, () => {
|
|||
const actualUrl = await getCurrentUrl();
|
||||
|
||||
expect(actualUrl).toBe(expectedUrl);
|
||||
}, 60000);
|
||||
}, 120000);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue