Skip to content

Commit

Permalink
increase codebuild timeout for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkalos committed Sep 26, 2024
1 parent c903d99 commit 3641608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/stacks/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ def set_approval_tests_stage(
role=self.expanded_codebuild_role.without_policy_updates(),
vpc=self.vpc,
security_groups=[self.codebuild_sg],
timeout=Duration.hours(4),
)
)

Expand Down

0 comments on commit 3641608

Please sign in to comment.