Skip to content

Commit

Permalink
Merge pull request #652 from ExpressLRS/extend-build-time-warning
Browse files Browse the repository at this point in the history
Extend build time warning timeout to 60 secs
  • Loading branch information
jurgelenas authored Aug 30, 2024
2 parents 3b59e40 + 4a9539f commit a220c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/views/ConfiguratorView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ const ConfiguratorView: FunctionComponent<ConfiguratorViewProps> = (props) => {
severity="warning"
messages={t('ConfiguratorView.BuildsTakeMinutesFirstTime')}
active={buildInProgress}
timeout={14 * 1000}
timeout={60 * 1000}
/>
</Box>
<Logs data={buildLogs} />
Expand Down

0 comments on commit a220c00

Please sign in to comment.