Skip to content

Commit

Permalink
5 minute timeout rather than 5 seconds (#447)
Browse files Browse the repository at this point in the history
T
  • Loading branch information
danielnaab authored Jan 14, 2025
1 parent cf34ec4 commit e275662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/cdktf/src/lib/cloud.gov/node-astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class AstroService extends Construct {
serviceInstance: loginGovService.id,
},
],
timeout: 5,
timeout: 300,
});
}
}

0 comments on commit e275662

Please sign in to comment.