Skip to content

Commit

Permalink
Change no_output_timeout to 20m in circleci config
Browse files Browse the repository at this point in the history
- Fix frontend test case failure due to `context deadline exceeded`
  • Loading branch information
royallsilwallz committed Nov 20, 2024
1 parent 9c04ab9 commit 197431f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
--output text)
- run:
name: Make Database Backup
no_output_timeout: 15m
no_output_timeout: 20m
command: |
aws rds wait db-instance-available \
--db-instance-identifier ${RDS_ID}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
/tmp/tasking-manager.cfn.json > "$tmpfile" && mv "$tmpfile" $CIRCLE_WORKING_DIRECTORY/cfn-config-<< parameters.stack_name >>.json
- run:
name: Deploy to << parameters.stack_name >>
no_output_timeout: 15m
no_output_timeout: 20m
command: |
export NODE_PATH=/usr/local/share/.config/yarn/global/node_modules/
validate-template $CIRCLE_WORKING_DIRECTORY/scripts/aws/cloudformation/tasking-manager.template.js
Expand Down

0 comments on commit 197431f

Please sign in to comment.