Add RPC port option to fullnode

This commit is contained in:
Tyera Eulberg
2018-09-20 23:38:59 -06:00
committed by Tyera Eulberg
parent 9228fe11c9
commit e3b3701e13
4 changed files with 21 additions and 37 deletions

View File

@@ -465,6 +465,7 @@ mod tests {
&ledger_path,
false,
None,
Some(0),
);
sleep(Duration::from_millis(900));
@@ -511,6 +512,7 @@ mod tests {
&ledger_path,
false,
None,
Some(0),
);
//TODO: remove this sleep, or add a retry so CI is stable
sleep(Duration::from_millis(300));
@@ -570,6 +572,7 @@ mod tests {
&ledger_path,
false,
None,
Some(0),
);
sleep(Duration::from_millis(300));
@@ -630,6 +633,7 @@ mod tests {
&ledger_path,
false,
None,
Some(0),
);
sleep(Duration::from_millis(900));