Skip to content

Commit

Permalink
Merge pull request #1470 from input-output-hk/fix/LW-11492-projector-…
Browse files Browse the repository at this point in the history
…health-check

LW-11492 Fix attempt for projector health check
  • Loading branch information
iccicci authored Sep 12, 2024
2 parents 7539b97 + 632f5e8 commit 9191c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class ProjectionHttpService<T extends BaseProjectionEvent> extends HttpSe
#dryRun?: boolean;

constructor(
{ projection$, projectionNames, healthTimeout = Milliseconds(60_000), dryRun }: ProjectionServiceProps<T>,
{ projection$, projectionNames, healthTimeout = Milliseconds(180_000), dryRun }: ProjectionServiceProps<T>,
{ logger, router = express.Router() }: ProjectionServiceDependencies
) {
super(
Expand Down

0 comments on commit 9191c20

Please sign in to comment.