Skip to content

Commit 0da0a61

Browse files
authored
[xharness] Add timeout (#20432)
1 parent 1138b62 commit 0da0a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/devices/ios.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ Task("Test")
239239
$"--app=\"{TEST_APP}\" " +
240240
$"--targets=\"{TEST_DEVICE}\" " +
241241
$"--output-directory=\"{TEST_RESULTS}\" " +
242+
$"--timeout=01:15:00 " +
243+
$"--launch-timeout=00:06:00 " +
242244
xcode_args +
243245
$"--verbosity=\"Debug\" ");
244246

0 commit comments

Comments
 (0)