Revert ill-advised jsonrpc marker, and handle jsonrpc server close
This commit is contained in:
committed by
Tyera Eulberg
parent
d69d79612b
commit
f73f3941cd
@@ -372,7 +372,6 @@ mod tests {
|
||||
exit.clone(),
|
||||
&ledger_path,
|
||||
false,
|
||||
false,
|
||||
);
|
||||
sleep(Duration::from_millis(900));
|
||||
|
||||
@@ -420,7 +419,6 @@ 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));
|
||||
@@ -480,7 +478,6 @@ mod tests {
|
||||
exit.clone(),
|
||||
&ledger_path,
|
||||
false,
|
||||
false,
|
||||
);
|
||||
sleep(Duration::from_millis(300));
|
||||
|
||||
|
Reference in New Issue
Block a user