From 558fb57d3c9a010874fa2c53042b73cec26007c9 Mon Sep 17 00:00:00 2001 From: Andrey Falaleev Date: Thu, 7 Dec 2023 00:30:45 +0700 Subject: [PATCH] Increase timeout in gas-tank test --- proxy/testing/test_gas_tank_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/testing/test_gas_tank_integration.py b/proxy/testing/test_gas_tank_integration.py index 14fe2ad33..fb2c8b2e8 100644 --- a/proxy/testing/test_gas_tank_integration.py +++ b/proxy/testing/test_gas_tank_integration.py @@ -26,7 +26,7 @@ from proxy.testing.testing_helpers import Proxy, SolClient, NeonLocalAccount -MAX_ZERO_GAS_PRICE_WAIT_TIME = 15 +MAX_ZERO_GAS_PRICE_WAIT_TIME = 60 NAME = 'TestToken' SYMBOL = 'TST'