From a6efbf36f2fa390f30cc69e13dfc6b7e26cfd4d4 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Mon, 31 Oct 2022 11:55:41 +0000 Subject: [PATCH] Increase initial timeout --- --- 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) -- gitstuff