difftreelog
Increase initial timeout
in: master
1 file changed
tests/src/util/globalSetup.tsdiffbeforeafterboth10 await usingPlaygrounds(async (helper, privateKey) => {10 await usingPlaygrounds(async (helper, privateKey) => {11 try {11 try {12 // 1. Wait node producing blocks12 // 1. Wait node producing blocks13 await helper.wait.newBlocks(1);13 await helper.wait.newBlocks(1, 600_000);141415 // 2. Create donors for test files15 // 2. Create donors for test files16 await fundFilenamesWithRetries(3)16 await fundFilenamesWithRetries(3)