fix: test utils events + workflow storage (#12834)
* feat(test-utils): Make event subscriber waiter robust and concurrent * feat(test-utils): Make event subscriber waiter robust and concurrent * fix workflows storage * remove timeout * Create gentle-teachers-doubt.md * revert timestamp * update changeset * fix execution loop * exit if no steps to await * typo * check next * check next * changeset * skip when async steps * wait workflow executions utils * wait workflow executions utils * wait workflow executions utils * increase timeout * break loop --------- Co-authored-by: Carlos R. L. Rodrigues <rodrigolr@gmail.com> Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1e16fa6f57
commit
95d282e8ef
@@ -1153,7 +1153,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({
|
||||
|
||||
const notExpiredWorkflowId = "not-expired-workflow-" + ulid()
|
||||
createWorkflow(
|
||||
{ name: notExpiredWorkflowId, retentionTime: 1000 },
|
||||
{ name: notExpiredWorkflowId, retentionTime: 10000 },
|
||||
() => {
|
||||
return new WorkflowResponse("not expired")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user