We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ba308 commit 0e5a72cCopy full SHA for 0e5a72c
1 file changed
.projenrc.ts
@@ -25,7 +25,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
25
] /* Build dependencies for this module. */,
26
// packageName: undefined, /* The "name" in package.json. */
27
jestOptions: {
28
- extraCliOptions: ['--testTimeout=300000'],
+ extraCliOptions: ['--testTimeout=400000'],
29
},
30
eslint: false,
31
});
0 commit comments