Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Nov 15, 2023
1 parent 18fdd5c commit a782b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func NewSnowflakeConnector(ctx context.Context,
Database: snowflakeProtoConfig.Database,
Warehouse: snowflakeProtoConfig.Warehouse,
Role: snowflakeProtoConfig.Role,
RequestTimeout: time.Duration(snowflakeProtoConfig.QueryTimeout),
RequestTimeout: time.Duration(snowflakeProtoConfig.QueryTimeout * 10),
DisableTelemetry: true,
}
snowflakeConfigDSN, err := gosnowflake.DSN(&snowflakeConfig)
Expand Down

0 comments on commit a782b1c

Please sign in to comment.