diff --git a/lib/google/apis/core/http_command.rb b/lib/google/apis/core/http_command.rb index d18eb85f2..73b736dda 100644 --- a/lib/google/apis/core/http_command.rb +++ b/lib/google/apis/core/http_command.rb @@ -292,6 +292,7 @@ module Google end req.header.update(header) req.options.timeout = options.timeout_sec + req.options.open_timeout = options.open_timeout_sec end private