Skip to content

Commit

Permalink
update codebuild threshold to 30 from 60
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Nov 14, 2024
1 parent 28f2c1c commit ba7183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/server/modules/aws/codebuild.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const client = new CodeBuildClient({ region: "ap-southeast-1" })
// It is roughly the amount of time it takes for a build to progress before
// the publishing script queries the database for the pages data, as that older
// build would have already captured the latest changes
const RECENT_BUILD_THRESHOLD_SECONDS = 60
const RECENT_BUILD_THRESHOLD_SECONDS = 30

export const publishSite = async (
logger: Logger<string>,
Expand Down

0 comments on commit ba7183b

Please sign in to comment.