[xharness] Try to bump the launch timeout to 3 minutes.

This commit is contained in:
Rolf Bjarne Kvinge 2016-06-18 08:45:56 -07:00
Родитель fb37a21ef9
Коммит fdccb019a5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -69,7 +69,7 @@ namespace xharness
public Harness ()
{
LaunchTimeout = InWrench ? 1 : 120;
LaunchTimeout = InWrench ? 3 : 120;
}
public string XcodeRoot {