Skip to content

Commit 2e76f49

Browse files
committed
chore: increase test timeout
1 parent d31aac2 commit 2e76f49

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
1919
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
2020
devDeps: ['@biomejs/biome'] /* Build dependencies for this module. */,
2121
// packageName: undefined, /* The "name" in package.json. */
22+
jestOptions: {
23+
extraCliOptions: ['--testTimeout=300000'],
24+
},
2225
});
2326
project.files;
2427
project.synth();

0 commit comments

Comments
 (0)