Extend npm run package:* context deadline to 60m (#2437) (#2438)

(cherry picked from commit d8baf2ddc9)

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
This commit is contained in:
Mattermost Build 2022-11-30 18:55:52 +02:00 committed by GitHub
parent 7dc12bd793
commit f2310b993b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ commands:
- run:
name: npn run
command: npm run package:<< parameters.os >>
no_output_timeout: 30m
no_output_timeout: 60m
- run: bash -x ./scripts/patch_updater_yml.sh
- run: mkdir -p << parameters.path >>
- run: bash -x ./scripts/cp_artifacts.sh release << parameters.path >>