--- a/tests/src/util/globalSetup.ts +++ b/tests/src/util/globalSetup.ts @@ -10,7 +10,7 @@ await usingPlaygrounds(async (helper, privateKey) => { try { // 1. Wait node producing blocks - await helper.wait.newBlocks(1); + await helper.wait.newBlocks(1, 600_000); // 2. Create donors for test files await fundFilenamesWithRetries(3)