Skip to content

Commit

Permalink
fix: restore timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 20, 2021
1 parent 87b46f8 commit 5343c9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testnet/stacks-node/src/tests/neon_integrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ mod test_observer {
}
}

const PANIC_TIMEOUT_SECS: u64 = 30;
const PANIC_TIMEOUT_SECS: u64 = 600;
fn next_block_and_wait(
btc_controller: &mut BitcoinRegtestController,
blocks_processed: &Arc<AtomicU64>,
Expand Down Expand Up @@ -1326,7 +1326,6 @@ fn should_fix_2771() {
.expect("Failed starting bitcoind");

let mut btc_regtest_controller = BitcoinRegtestController::new(conf.clone(), None);
let http_origin = format!("http://{}", &conf.node.rpc_bind);

btc_regtest_controller.bootstrap_chain(201);

Expand Down

0 comments on commit 5343c9c

Please sign in to comment.