#635 [frontend] increase the build timeout limit because of chromium
Merged 5 years ago by praiskup. Opened 5 years ago by frostyx.
copr/ frostyx/copr build-timeout-for-chromium  into  master

@@ -8,6 +8,6 @@ 

  MIN_BUILD_MEMORY = 2048

  MAX_BUILD_MEMORY = 4096

  # in seconds

- DEFAULT_BUILD_TIMEOUT = 3600 * 18

+ DEFAULT_BUILD_TIMEOUT = 3600 * 21

  MIN_BUILD_TIMEOUT = 0

  MAX_BUILD_TIMEOUT = 86400

Based on user feedback and calculation, something in range
21h - 24h should be sufficiently long to build chromium.
I am setting the timeout to 21 hours to see if it helps,
but we may have to increase it again.

This change was requested on mailing list:

https://lists.fedorahosted.org/archives/list/copr-devel \\
@lists.fedorahosted.org/thread/WQHLPI2ZV6RAJ5I4I4GW6FKU4LTSTX55/

rebased onto 663df8a

5 years ago

Pull-Request has been merged by praiskup

5 years ago
Metadata