Skip to content

Commit e99ab6b

Browse files
authored
increased timeout to 15 mins (#30)
1 parent bc94387 commit e99ab6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class Seeder extends Construct {
4949
const fn = new Function(this, 'handler', {
5050
runtime: Runtime.NODEJS_12_X,
5151
handler: 'index.handler',
52-
timeout: Duration.seconds(60),
52+
timeout: Duration.seconds(900),
5353
code: Code.fromInline(`
5454
console.log('function loaded');
5555

0 commit comments

Comments
 (0)