Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r2e0a2f81470474f4767e19f76c538542b84a5d86 -rc44e496a684e4ff1c1a19389873a46fd8181334e --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 2e0a2f81470474f4767e19f76c538542b84a5d86) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision c44e496a684e4ff1c1a19389873a46fd8181334e) @@ -80,7 +80,7 @@ // 2m long tubing to cap = 19.5 mL (acid line) + 7.92 mL/m * 2 m (tubing to cap) + 20.82 mL (straw) = 56.15 mL // Prime time in seconds = ( 56.15 mL / 48 mL/min ) x 60 second/min + 25 seconds margin time = 95 seconds. -#define PRIME_CONCENTRATE_LINES_TIME_OUT_MS ( 95 * MS_PER_SECOND ) ///< Time required to prime the concentrate lines. +#define PRIME_CONCENTRATE_LINES_TIME_OUT_MS ( 60 * MS_PER_SECOND ) ///< Time required to prime the concentrate lines. #define FLUSH_BUBBLES_PUMP_TIME_OUT_MS ( 2 * MS_PER_SECOND ) ///< RO pump on during flush bubble interval in ms. #define DIALYSATE_TEMPERATURE_TOLERANCE_C 2.0F ///< Dialysate temperature tolerance in degree C. #define DATA_PUBLISH_COUNTER_START_COUNT 63 ///< Data publish counter start count.