Skip to content

Commit

Permalink
chore: increase publish timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Radkov committed Jan 25, 2024
1 parent f71137b commit 4c72ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/controllers/publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class Publisher extends IPublisher {
public name = PUBLISHER_CONTEXT;
public queue = new Map<string, PublisherTypes.Params>();

private publishTimeout = toMiliseconds(TEN_SECONDS);
private publishTimeout = toMiliseconds(TEN_SECONDS + 5);
private needsTransportRestart = false;

constructor(public relayer: IRelayer, public logger: Logger) {
Expand Down

0 comments on commit 4c72ae6

Please sign in to comment.