From 07f470ab6e73e2fa9434c158abf6bb529c032010 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 7 Oct 2025 09:35:48 -0400 Subject: [PATCH] Increase nft_wallet test timeout from 25 to 45 minutes https://github.com/Chia-Network/chia-blockchain/actions/runs/18313182324/usage --- chia/_tests/wallet/nft_wallet/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chia/_tests/wallet/nft_wallet/config.py b/chia/_tests/wallet/nft_wallet/config.py index 42ea8893ac71..e5fa84d87a03 100644 --- a/chia/_tests/wallet/nft_wallet/config.py +++ b/chia/_tests/wallet/nft_wallet/config.py @@ -1,4 +1,4 @@ from __future__ import annotations -job_timeout = 25 +job_timeout = 45 checkout_blocks_and_plots = True