From 87cd615f1c12bedc519164f78b31968373fdc063 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sat, 2 Dec 2023 19:04:51 +0100 Subject: [PATCH] doc: document build timeouts in FAQ Fix #1976 --- doc/user_documentation.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/user_documentation.rst b/doc/user_documentation.rst index 12c88f7f6..7d09f6f69 100644 --- a/doc/user_documentation.rst +++ b/doc/user_documentation.rst @@ -859,6 +859,27 @@ contents of the directories. Either please ignore the inconsistency, or visit the `non-cached host variant `_. +.. _`faq-build-timeout`: + +.. rubric:: My build failed because of a timeout, why? :ref:`¶ ` + +Builds are not allowed to run forever. The default limit is 5 hours +(18000 seconds) but users can increase it up to 30 hours (108000 +seconds). + +.. admonition:: Deployment specific + + The `Fedora Copr `_ instance increases + the maximum limit to 50 hours (180000 seconds). + +If the timeout limit is exceeded, the build will be killed +with the following error message:: + + !! Copr timeout => sending INT + Copr build error: Build failed + Shared connection to builder closed. + + .. _`Weird SCM build failure?`: .. rubric:: Weird SCM build failure? :ref:`¶ `