Skip to content

Commit 32cf439

Browse files
committed
fix(trigger): extend remediation preview timeout
1 parent d585004 commit 32cf439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src/trigger/tasks/cloud-security/remediate-preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function sync(progress: PreviewProgress) {
2424

2525
export const remediatePreview = task({
2626
id: 'remediate-preview',
27-
maxDuration: 60 * 3, // 3 minutes
27+
maxDuration: 60 * 10, // 10 minutes
2828
retry: { maxAttempts: 1 },
2929
run: async (payload: {
3030
connectionId: string;

0 commit comments

Comments
 (0)