Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rf027e8ea656a56912e18c4879eeae24f03c411a7 -r1fec37fb75e89566710219a770a8219ab33de5bd --- shared/scripts/configuration/utility.py (.../utility.py) (revision f027e8ea656a56912e18c4879eeae24f03c411a7) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 1fec37fb75e89566710219a770a8219ab33de5bd) @@ -128,7 +128,7 @@ @param screen_title - (str) current title of the screen """ test.startSection("Verify the count down time in application") - for count_down in range(MAXIMUM_COUNTDOWN_TIME, MINIMUM_COUNTDOWN_TIME-1, -1): + for count_down in range(COUNT_DOWN_TIME_100, MINIMUM_COUNTDOWN_TIME-1, -1): if screen_title == BEGIN_PRIME_TITLE: hd_simulator.cmd_send_pre_treatment_self_test_dry_progress_data(300, count_down) elif screen_title == PRIMING_TITLE: