diff --git a/docs/guides/cloud/account-management/projects.mdx b/docs/guides/cloud/account-management/projects.mdx index f13e1b6f3f..c8a270b032 100644 --- a/docs/guides/cloud/account-management/projects.mdx +++ b/docs/guides/cloud/account-management/projects.mdx @@ -190,6 +190,19 @@ to learn more. alt="Run completion delay settings" /> +### Run Timeout + +You can edit the number of minutes that Cloud will wait to receive a signal from the run before being set to +'Timed Out'. The default is 90 minutes. Valid timeout values are between 5 and 300 minutes. + +You can lengthen the timeout if you are experiencing runs that have passing / failing tests but are not being +captured by Cloud due to a timeout. You can shorten the timeout if you need faster feedback. + + + ### Transfer ownership #### Transfer project to other user or organization diff --git a/static/img/guides/cloud/projects/run-timeout-setting.jpg b/static/img/guides/cloud/projects/run-timeout-setting.jpg new file mode 100644 index 0000000000..dc42b8cc56 Binary files /dev/null and b/static/img/guides/cloud/projects/run-timeout-setting.jpg differ