Skip to content

Commit

Permalink
Ran out of retries (increase sleep duration).
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornPaws committed Feb 22, 2023
1 parent bbaaa58 commit 95cf365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gn-client/examples/guild/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::collections::BTreeMap;
use std::sync::Arc;

const RETRIES: u8 = 10;
const SLEEP_DURATION_MS: u64 = 500;
const SLEEP_DURATION_MS: u64 = 1000;

pub struct Accounts {
pub substrate: Arc<Signer>,
Expand Down

0 comments on commit 95cf365

Please sign in to comment.