diff --git a/client/lib/snowflake.go b/client/lib/snowflake.go index 91f7ecb..b355c3e 100644 --- a/client/lib/snowflake.go +++ b/client/lib/snowflake.go @@ -16,7 +16,7 @@ import ( const ( ReconnectTimeout = 10 * time.Second - SnowflakeTimeout = 30 * time.Second + SnowflakeTimeout = 20 * time.Second // How long to wait for the OnOpen callback on a DataChannel. DataChannelTimeout = 10 * time.Second )