We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5733807 commit 5a6815fCopy full SHA for 5a6815f
libs/definitions/src/integration-definitions/lens/actions/create-comment.action.ts
@@ -139,7 +139,7 @@ export class CreateCommentAction extends OperationOffChain {
139
// Lens DA now requires to wait until more nows seen the IPFS file, so we need to wait
140
// TODO we should schedule the wait
141
if (isDAPublication) {
142
- await wait(60 * 5 * 1000)
+ await wait(60 * 10 * 1000)
143
this.logger.log(`Waited for 5 minutes for IPFS on DA publication for workflow ${workflow?.id}`)
144
}
145
0 commit comments