Skip to content

Commit

Permalink
increase timeout to accommodate npm
Browse files Browse the repository at this point in the history
`npm ci` takes awhile to run and sometimes deployment fails with the default timeout of `300`. This doubles the default timeout to give more headroom.
  • Loading branch information
jxjj committed May 14, 2024
1 parent 4c20bd6 commit 39a3361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
set('repository', 'https://github.com/UMN-LATIS/ChimeIn2.0.git');

set('keep_releases', 5);
set('default_timeout', 600);

add('shared_files', []);
add('shared_dirs', []);
Expand Down

0 comments on commit 39a3361

Please sign in to comment.