mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
tweak server test params
This commit is contained in:
parent
8b6ce33cfc
commit
c449d35dd2
1 changed files with 3 additions and 3 deletions
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue