Index: TestSupport.c =================================================================== diff -u -r17a0b1f2e07c7b5d4c0b15b6db45a040396c2b7e -r8888061e8c842593529198b524b6bafab9389ae8 --- TestSupport.c (.../TestSupport.c) (revision 17a0b1f2e07c7b5d4c0b15b6db45a040396c2b7e) +++ TestSupport.c (.../TestSupport.c) (revision 8888061e8c842593529198b524b6bafab9389ae8) @@ -338,9 +338,9 @@ { BOOL status = FALSE; - if ( ( TRUE == didTimeout( dialinCheckInTimeStamp, DIALIN_CHECK_IN_TIMEOUT_MS ) ) || ( FALSE == isTestingActivated() ) ) + if ( ( TRUE == didTimeout( dialinCheckInTimeStamp, DIALIN_CHECK_IN_TIMEOUT_MS ) ) && ( TRUE == isTestingActivated() ) ) { - // If the user has not logged in or the dialin checkin has timed out, set the expiration to TRUE + // If the dialin check in has timed out and tester has logged in check for the expiration value status = TRUE; }