File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ ledger/3.0.0mainnet
2020ledger /berkeley-devnet
2121mina-workdir
2222.idea /
23-
24- test.sh
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments