浏览代码

chore: increase timeout (#1046)

thesimplekid 1 月之前
父节点
当前提交
87691bd8aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/mintd_payment_processor.sh

+ 1 - 1
misc/mintd_payment_processor.sh

@@ -147,7 +147,7 @@ CDK_MINTD_PID=$!
 
 
 echo $CDK_ITESTS_DIR
 echo $CDK_ITESTS_DIR
 
 
-TIMEOUT=100
+TIMEOUT=300
 START_TIME=$(date +%s)
 START_TIME=$(date +%s)
 # Loop until the endpoint returns a 200 OK status or timeout is reached
 # Loop until the endpoint returns a 200 OK status or timeout is reached
 while true; do
 while true; do