sanitycheck: correct timeout extension comment

This wasn't discussing why there is extra time for when
code coverage is enabled.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-07-02 17:03:48 -07:00 committed by Anas Nashif
parent 905209ba7d
commit 095b82a301

View File

@ -816,7 +816,9 @@ class QEMUHandler(Handler):
# if we get some state, that means test is doing well, we reset
# the timeout and wait for 2 more seconds just in case we have
# crashed after test has completed
# crashed after test has completed. We wait longer if code
# coverage is enabled since dumping this information can
# take some time.
if not timeout_extended or harness.capture_coverage:
timeout_extended= True
if harness.capture_coverage: