Skip to content

Commit

Permalink
[xharness] Add timeout (#20432)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho authored Feb 7, 2024
1 parent 1138b62 commit 0da0a61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/devices/ios.cake
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ Task("Test")
$"--app=\"{TEST_APP}\" " +
$"--targets=\"{TEST_DEVICE}\" " +
$"--output-directory=\"{TEST_RESULTS}\" " +
$"--timeout=01:15:00 " +
$"--launch-timeout=00:06:00 " +
xcode_args +
$"--verbosity=\"Debug\" ");

Expand Down

0 comments on commit 0da0a61

Please # to comment.