diff --git a/tests/xharness/Jenkins.cs b/tests/xharness/Jenkins.cs index 9c8999fb0f..bcb7651d66 100644 --- a/tests/xharness/Jenkins.cs +++ b/tests/xharness/Jenkins.cs @@ -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) {