Browse Source

Change retry interval

iorveth 4 years ago
parent
commit
d52c53bfde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/api-scripts/src/status.ts

+ 1 - 1
utils/api-scripts/src/status.ts

@@ -12,7 +12,7 @@ async function main() {
 
   // Create the API and wait until ready
   let api: ApiPromise
-  let retry = 3
+  let retry = 6
   while (true) {
     try {
       api = await ApiPromise.create({ provider, types })