From a99c1ccf563055184811234718da9033cf222772 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Mon, 16 Oct 2017 12:55:22 +0530 Subject: [PATCH] Update request.ex --- lib/cloud_storage/request.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloud_storage/request.ex b/lib/cloud_storage/request.ex index db3c466..2161f05 100644 --- a/lib/cloud_storage/request.ex +++ b/lib/cloud_storage/request.ex @@ -57,7 +57,7 @@ defmodule GCloudex.CloudStorage.Request do body, headers ++ [{"Authorization", "Bearer #{Auth.get_token_storage(:full_control)}"}], - [] + [timeout: 500_000, recv_timeout: 500_000] ) end