Bump jenkins test timeout to 20 minutes

- MMP tests were taking consistently longer than 10
This commit is contained in:
Chris Hamons 2016-12-16 09:04:41 -06:00
Родитель 3453f45911
Коммит ad8c904da8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1183,7 +1183,7 @@ function toggleContainerVisibility (containerName)
await snapshot.StartCaptureAsync ();
try {
var timeout = TimeSpan.FromMinutes (10);
var timeout = TimeSpan.FromMinutes (20);
var result = await proc.RunAsync (log, true, timeout);
if (result.TimedOut) {