Explorar o código

Change retry interval

iorveth %!s(int64=4) %!d(string=hai) anos
pai
achega
d52c53bfde
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 })