Increase timeout

This commit is contained in:
Jaco Greeff
2021-02-12 12:59:40 +01:00
parent 395f874068
commit 87dcdefcef
+1 -1
View File
@@ -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();
});