Skip to content

Commit

Permalink
increased delay to pass tests, TODO: rewrite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Melnik committed Aug 8, 2019
1 parent e31ff32 commit 43c4728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ use wallet::{
use wallet::mnemonic::Mnemonic;
use wallet::interface::BlockChainIO;

const ELECTRUMX_SERVER_SYNC_WITH_BLOCKCHAIN_DELAY_MS: u64 = 5000;
const LAUNCH_ELECTRUMX_SERVER_DELAY_MS: u64 = 500;
const ELECTRUMX_SERVER_SYNC_WITH_BLOCKCHAIN_DELAY_MS: u64 = 10000;
const LAUNCH_ELECTRUMX_SERVER_DELAY_MS: u64 = 1000;

fn blockchain_io(cfg: &BitcoindConfig) -> impl BlockChainIO {
Client::new(cfg.url.clone(), Auth::UserPass(cfg.user.clone(), cfg.password.clone())).unwrap()
Expand Down

0 comments on commit 43c4728

Please sign in to comment.