Browse Source

Merge branch 'network-tests/increse-node-connect-retries' into docker/unified-docker-compose

Mokhtar Naamani 4 years ago
parent
commit
81e25f006e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/api-scripts/src/dev-set-runtime-code.ts

+ 1 - 1
utils/api-scripts/src/dev-set-runtime-code.ts

@@ -32,7 +32,7 @@ async function main() {
   const provider = new WsProvider('ws://127.0.0.1:9944')
 
   let api: ApiPromise
-  let retry = 3
+  let retry = 6
   while (true) {
     try {
       api = await ApiPromise.create({ provider, types })