Start HTCondor and verify that it is running. This step is optional for some tests. You can tell which tests require a running HTCondor by looking at the *Test_Requirements* file.
 {term}
 start %testdir%\bin\condor_master -f -t
+{endterm}
+
+If you are using a very recent version of HTCondor (8.5.3 or later) you can use the new -wait option for condor_who
+{term}
 condor_who -wait:60 "NumDead > 0 || AllAlive"
 {endterm}