fix(core): update

This commit is contained in:
2024-02-19 01:35:46 +01:00
parent fa3f4b4ccf
commit 696d56067c
3 changed files with 3 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ tap.test('should send an actual letter', async () => {
});
tap.test('should be able to delete the sending job', async (toolsArg) => {
await toolsArg.delayFor(30000);
await toolsArg.delayFor(5000);
await testAccount.cancelLetter(testLetter);
});