Revert ill-advised jsonrpc marker, and handle jsonrpc server close

This commit is contained in:
Tyera Eulberg
2018-08-15 15:11:38 -06:00
committed by Tyera Eulberg
parent d69d79612b
commit f73f3941cd
6 changed files with 28 additions and 85 deletions

View File

@@ -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));