Add stake-o-matic (#10044)

automerge
This commit is contained in:
Michael Vines
2020-05-20 16:15:03 -07:00
committed by GitHub
parent d6d032dd49
commit 417f0e41fa
10 changed files with 1185 additions and 2 deletions

View File

@ -15,7 +15,7 @@ pub struct RpcClientRequest {
impl RpcClientRequest {
pub fn new(url: String) -> Self {
Self::new_with_timeout(url, Duration::from_secs(20))
Self::new_with_timeout(url, Duration::from_secs(30))
}
pub fn new_with_timeout(url: String, timeout: Duration) -> Self {