Skip to content

Commit

Permalink
increased timeout to 15 mins (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdtaylor committed Aug 17, 2020
1 parent bc94387 commit e99ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Seeder extends Construct {
const fn = new Function(this, 'handler', {
runtime: Runtime.NODEJS_12_X,
handler: 'index.handler',
timeout: Duration.seconds(60),
timeout: Duration.seconds(900),
code: Code.fromInline(`
console.log('function loaded');
Expand Down

0 comments on commit e99ab6b

Please sign in to comment.