mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
refactor(test): increase UI test timeout (#3555)
This commit is contained in:
parent
5ebc51500c
commit
999f8d8b01
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import { setDefaultOptions } from 'expect-puppeteer';
|
|||
import { logtoCloudUrl as logtoCloudUrlString, logtoConsoleUrl } from '#src/constants.js';
|
||||
import { generatePassword } from '#src/utils.js';
|
||||
|
||||
setDefaultOptions({ timeout: 1000 });
|
||||
setDefaultOptions({ timeout: 2000 });
|
||||
|
||||
/**
|
||||
* NOTE: This test suite assumes test cases will run sequentially (which is Jest default).
|
||||
|
|
|
@ -5,7 +5,7 @@ import { setDefaultOptions } from 'expect-puppeteer';
|
|||
import { logtoConsoleUrl as logtoConsoleUrlString } from '#src/constants.js';
|
||||
import { generatePassword } from '#src/utils.js';
|
||||
|
||||
setDefaultOptions({ timeout: 1000 });
|
||||
setDefaultOptions({ timeout: 2000 });
|
||||
|
||||
const appendPathname = (pathname: string, baseUrl: URL) =>
|
||||
new URL(path.join(baseUrl.pathname, pathname), baseUrl);
|
||||
|
|
Loading…
Add table
Reference in a new issue