Skip to content

Commit c56418c

Browse files
committed
Review fixes
1 parent 6adbe01 commit c56418c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ ledger/3.0.0mainnet
2020
ledger/berkeley-devnet
2121
mina-workdir
2222
.idea/
23-
24-
test.sh

node/testing/src/scenarios/solo_node/bootstrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl SoloNodeBootstrap {
4040
pub async fn run(self, mut runner: ClusterRunner<'_>) {
4141
use self::TransitionFrontierSyncState::*;
4242

43-
const TIMEOUT: Duration = Duration::from_secs(60 * 25);
43+
const TIMEOUT: Duration = Duration::from_secs(60 * 40);
4444

4545
let replayer = hosts::replayer();
4646

node/testing/tests/single_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ scenario_test!(
2828
SoloNodeSyncRootSnarkedLedger
2929
);
3030

31-
scenario_test!(
31+
scenario_test!(
3232
bootstrap_from_replayer,
3333
SoloNodeBootstrap,
3434
SoloNodeBootstrap

test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
export MINA_DISCOVERY_FILTER_ADDR=false
4+
export KEEP_CONNECTION_WITH_UNKNOWN_STREAM=true
5+
export REPLAYER_MULTIADDR=/dns4/mina-rust-ci-1-libp2p.gcp.o1test.net/tcp/8302/p2p/12D3KooWNazk9D7RnbHFaPEfrL7BReAKr3rDRf7PivS2Lwx3ShAA
6+
export BPF_ALIAS=/coda/0.0.1/29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6-0.0.0.0
7+
8+
9+
cargo test --release --package=mina-node-testing --package=cli -- --exact bootstrap_from_replayer --nocapture

0 commit comments

Comments
 (0)