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

This commit is contained in:
Devin Binnie
2022-11-30 12:55:42 -04:00
committed by GitHub
parent 0a32030985
commit d8baf2ddc9

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 >>