[xharness] Mark timed out runs as timed out.

This commit is contained in:
Rolf Bjarne Kvinge 2016-07-14 19:21:44 +02:00
Родитель b4ac7238b8
Коммит 2be5478669
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -413,6 +413,7 @@ namespace xharness
if (!listener.WaitForConnection (TimeSpan.FromMinutes (Harness.LaunchTimeout))) {
cancellation_source.Cancel ();
main_log.WriteLine ("Test launch timed out after {0} minute(s).", Harness.LaunchTimeout);
timed_out = true;
} else {
main_log.WriteLine ("Test run started");
}