mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 04:28:01 +00:00
Increase timeout
This commit is contained in:
@@ -83,7 +83,7 @@ describe('addrcheck', (): void => {
|
||||
let ours: Record<string, string[]>;
|
||||
|
||||
beforeAll(async (): Promise<void> => {
|
||||
jest.setTimeout(120000);
|
||||
jest.setTimeout(10 * 60 * 1000);
|
||||
ours = await retrieveAddrList();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user