diff --git a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest-config.md b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest-config.md index 3c810c0251..a14ee03c0a 100644 --- a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest-config.md +++ b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest-config.md @@ -84,7 +84,7 @@ defaults: Specifies the duration (in `ms`, `s`, `m`, or `h`) that `saucectl` should wait for each suite to finish. If not configured, the default value is `0` (unlimited). :::caution Real Device Max Duration -When setting the timeout values for your suites, consider that native framework tests on real devices enforce a maximum test duration limit of 90 minutes. +When setting the timeout values for your suites, note that native framework tests on real devices enforce a maximum test duration limit of 90 minutes. ::: ```yaml