From 4a9539f505d9e41e5fa1f785f639315d0b70a0a6 Mon Sep 17 00:00:00 2001 From: Julius Jurgelenas Date: Fri, 30 Aug 2024 10:29:26 +0300 Subject: [PATCH] Extend build time warning timeout to 60 secs --- src/ui/views/ConfiguratorView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/views/ConfiguratorView/index.tsx b/src/ui/views/ConfiguratorView/index.tsx index cab7faf9..d166e827 100644 --- a/src/ui/views/ConfiguratorView/index.tsx +++ b/src/ui/views/ConfiguratorView/index.tsx @@ -1135,7 +1135,7 @@ const ConfiguratorView: FunctionComponent = (props) => { severity="warning" messages={t('ConfiguratorView.BuildsTakeMinutesFirstTime')} active={buildInProgress} - timeout={14 * 1000} + timeout={60 * 1000} />