Skip to content

Commit 0e5a72c

Browse files
committed
Bump test timeout
1 parent 38ba308 commit 0e5a72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
2525
] /* Build dependencies for this module. */,
2626
// packageName: undefined, /* The "name" in package.json. */
2727
jestOptions: {
28-
extraCliOptions: ['--testTimeout=300000'],
28+
extraCliOptions: ['--testTimeout=400000'],
2929
},
3030
eslint: false,
3131
});

0 commit comments

Comments
 (0)