Disable Rpc module for other tests to prevent port conflicts
This commit is contained in:
committed by
Tyera Eulberg
parent
c6662a4512
commit
1eb8724a89
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user