diff --git a/config/config.go b/config/config.go index 26d17504..774f1228 100644 --- a/config/config.go +++ b/config/config.go @@ -67,7 +67,7 @@ const ( const ( DefaultTimeout = time.Second SignMessageTimeout = time.Second * 3 - EstimateMessageTimeout = time.Second * 5 + EstimateMessageTimeout = time.Second * 30 ) type MessageServiceConfig struct {