Fix Java Compressor test. Make limits same as C++. (#772)

This commit is contained in:
sciencewhiz
2017-11-24 20:14:36 -08:00
committed by Peter Johnson
parent a00b2449db
commit c9d440f338

View File

@@ -83,7 +83,7 @@ public class PCMTest extends AbstractComsSetup {
*/
@Test
public void testPressureSwitch() throws Exception {
final double range = 0.1;
final double range = 0.5;
reset();
compressor.setClosedLoopControl(true);