Skip to content

Commit

Permalink
test: increase timeout for ama-sdk-schematics unit tests (#1082)
Browse files Browse the repository at this point in the history
## Proposed change

<!-- Please include a summary of the changes and the related issue.
Please also include relevant motivation and context. List any
dependencies that is required for this change. -->

## Related issues

- 🐛 Fixes #(issue)
- 🚀 Feature #(issue)

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
  • Loading branch information
fpaul-1A authored Nov 22, 2023
2 parents c6e479f + b0a6f07 commit 96f48fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@ama-sdk/schematics/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
testPathIgnorePatterns: [
'<rootDir>/.*/templates/.*',
'\\.it\\.spec\\.ts$'
]
],
testTimeout: 30 * 1000
};

0 comments on commit 96f48fb

Please sign in to comment.