Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: increase timeout from 20s to 60s (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop committed Dec 18, 2019
2 parents 32bf3c6 + 5badc5e commit b9d7f10
Show file tree
Hide file tree
Showing 2 changed files with 802 additions and 805 deletions.
4 changes: 2 additions & 2 deletions src/v1/cloud_build_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"initial_retry_delay_millis": 100,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"initial_rpc_timeout_millis": 60000,
"rpc_timeout_multiplier": 1,
"max_rpc_timeout_millis": 20000,
"max_rpc_timeout_millis": 60000,
"total_timeout_millis": 600000
}
},
Expand Down
Loading

0 comments on commit b9d7f10

Please sign in to comment.