Disable Rpc module for other tests to prevent port conflicts

This commit is contained in:
Tyera Eulberg
2018-08-14 18:37:30 -06:00
committed by Tyera Eulberg
parent c6662a4512
commit 1eb8724a89
5 changed files with 80 additions and 19 deletions

View File

@@ -372,6 +372,7 @@ mod tests {
exit.clone(),
&ledger_path,
false,
false,
);
sleep(Duration::from_millis(900));
@@ -419,6 +420,7 @@ mod tests {
exit.clone(),
&ledger_path,
false,
false,
);
//TODO: remove this sleep, or add a retry so CI is stable
sleep(Duration::from_millis(300));
@@ -478,6 +480,7 @@ mod tests {
exit.clone(),
&ledger_path,
false,
false,
);
sleep(Duration::from_millis(300));