tweak server test params

This commit is contained in:
yeastplume 2018-08-24 15:51:13 +01:00
parent 8b6ce33cfc
commit c449d35dd2

View file

@ -440,15 +440,15 @@ fn replicate_tx_fluff_failure() {
2, // minimum confirmations 2, // minimum confirmations
"http://127.0.0.1:33001", // dest "http://127.0.0.1:33001", // dest
500, // max outputs 500, // max outputs
10, // num change outputs 1000, // num change outputs
true, // select all outputs true, // select all outputs
).unwrap(); ).unwrap();
api.post_tx(&slate, true).unwrap(); api.post_tx(&slate, false).unwrap();
Ok(()) Ok(())
}).unwrap(); }).unwrap();
// Give some time for propagation and mining // Give some time for propagation and mining
thread::sleep(time::Duration::from_secs(15)); thread::sleep(time::Duration::from_secs(200));
// get another instance of wallet (to check contents) // get another instance of wallet (to check contents)
let wallet2 = create_wallet("target/tmp/tx_fluff/wallet2", client2.clone()); let wallet2 = create_wallet("target/tmp/tx_fluff/wallet2", client2.clone());