@kadoa/node-sdk 0.19.3 → 0.19.4-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -267,7 +267,7 @@ const rules = await pollUntil(
267
267
  workflowId: result.workflowId
268
268
  }),
269
269
  (result) => result.data.length > 0,
270
- { pollIntervalMs: 1000, timeoutMs: 30000 }
270
+ { pollIntervalMs: 10000, timeoutMs: 30000 }
271
271
  );
272
272
 
273
273
  // 3. Approve and run validation