test: increase timeout

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-08-06 11:17:38 +02:00
parent 4720b49f24
commit b692e6d7ee
2 changed files with 2 additions and 2 deletions

View File

@@ -43,5 +43,5 @@ describe('run', () => {
}); });
})() })()
).resolves.not.toThrow(); ).resolves.not.toThrow();
}, 100000); }, 500000);
}); });

View File

@@ -38,7 +38,7 @@ describe('run', () => {
}); });
})() })()
).resolves.not.toThrow(); ).resolves.not.toThrow();
}, 100000); }, 500000);
}); });
describe('isAvailable', () => { describe('isAvailable', () => {