Skip to content

Commit 5a6815f

Browse files
committed
fix: increase ipfs confirmation waiting time
1 parent 5733807 commit 5a6815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/definitions/src/integration-definitions/lens/actions/create-comment.action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class CreateCommentAction extends OperationOffChain {
139139
// Lens DA now requires to wait until more nows seen the IPFS file, so we need to wait
140140
// TODO we should schedule the wait
141141
if (isDAPublication) {
142-
await wait(60 * 5 * 1000)
142+
await wait(60 * 10 * 1000)
143143
this.logger.log(`Waited for 5 minutes for IPFS on DA publication for workflow ${workflow?.id}`)
144144
}
145145

0 commit comments

Comments
 (0)