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