ci: Increase build timeout limit as a stopgap measure (#977)

This commit is contained in:
Erik Ziegler 2019-09-30 12:19:44 +02:00 committed by GitHub
parent 057f68a9b4
commit 72198eee7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ jobs:
- run:
name: 'Build Demo Site'
command: yarn run build:demo
no_output_timeout: 30m
no_output_timeout: 45m
- run:
name: 'Upload SourceMaps, Send Deploy Notification'
command: |