From c3521f399e5c480dd194f76064ca918e167f9d9f Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Mon, 9 Dec 2019 15:36:28 +0100
Subject: [PATCH] Increase flux timeout to 30min

Nextcloud and Onlyoffice can take a loooong time to deploy,
because OO depends on proper LE certs, and the large image downloads can take
a while as well (see #422).

Closes: #421
---
 flux/nextcloud.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flux/nextcloud.yaml b/flux/nextcloud.yaml
index 7a174b865..702b520e5 100644
--- a/flux/nextcloud.yaml
+++ b/flux/nextcloud.yaml
@@ -18,4 +18,4 @@ spec:
     - secretKeyRef:
         name: nextcloud-settings
         key: values.yaml
-  timeout: 900
+  timeout: 1800
-- 
GitLab