소스 검색

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
 
-TIMEOUT=100
+TIMEOUT=300
 START_TIME=$(date +%s)
 # Loop until the endpoint returns a 200 OK status or timeout is reached
 while true; do