From 87691bd8aaa31752089cb844a7710a7fe06ea16c Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Mon, 8 Sep 2025 10:16:40 +0100 Subject: [PATCH] chore: increase timeout (#1046) --- misc/mintd_payment_processor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mintd_payment_processor.sh b/misc/mintd_payment_processor.sh index f43a1034..04afe649 100755 --- a/misc/mintd_payment_processor.sh +++ b/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