瀏覽代碼

Change retry interval

iorveth 4 年之前
父節點
當前提交
d52c53bfde
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 })