From d71661f9416376691167b66016b982e63cbcfb0e Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 04 Aug 2022 15:45:46 +0000 Subject: [PATCH] Increased timeout. --- --- a/.docker/readyness.js +++ b/.docker/readyness.js @@ -24,7 +24,7 @@ break; } catch(e) { - await sleep(30000); + await sleep(60000); } } } --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -89,9 +89,8 @@ - name: Run tests run: | yarn install - yarn add @polkadot/api @polkadot/util mocha mochawesome - - node -v + yarn add @polkadot/api @polkadot/util@9.4.1 mochawesome + yarn --pure-lockfile echo "Ready to start tests" node .docker/readyness.js cd tests -- gitstuff