Skip to content

Commit

Permalink
increase further
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Feb 10, 2024
1 parent ef442c4 commit 0142e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/workflows/setup_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (s *SetupFlowExecution) ensurePullability(
s.logger.Info("ensuring pullability for peer flow - ", s.cdcFlowName)

ctx = workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
StartToCloseTimeout: 1 * time.Hour,
StartToCloseTimeout: 4 * time.Hour,
})
srcTableIdNameMapping := make(map[uint32]string)

Expand Down

0 comments on commit 0142e17

Please sign in to comment.