From f456e18977e8a8ef4706d2585486ec6eb43efb58 Mon Sep 17 00:00:00 2001 From: gheorghestrimtu Date: Wed, 27 Oct 2021 20:45:45 +0300 Subject: [PATCH] Increase geth tx timeout (#122) --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 6c006dd2b..d548b0c54 100644 --- a/config.yml +++ b/config.yml @@ -79,7 +79,7 @@ network_configs: namespace_for_secret: default <<: *private_keys transaction_limit: 9500000 - transaction_timeout: 10s + transaction_timeout: 2m minimum_confirmations: 1 gas_estimation_buffer: 100000 block_gas_limit: 40000000