git.delta.rocks / unique-network / refs/commits / da6f0cd798ef

difftreelog

Increase initial timeout

Max Andreev2022-10-31parent: #e598c02.patch.diff
in: master

1 file changed

modifiedtests/src/util/globalSetup.tsdiffbeforeafterboth
10 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 blocks
13 await helper.wait.newBlocks(1);13 await helper.wait.newBlocks(1, 600_000);
1414
15 // 2. Create donors for test files15 // 2. Create donors for test files
16 await fundFilenamesWithRetries(3)16 await fundFilenamesWithRetries(3)