Chore(): localised improvement to promotion module (#13446)
**What** - Remove overserialization withing transaction and rely more on internal service or protected method instead which does not serialize and work with Infered entity type - Slightly rework loop complexity Overall, this gives a good spare of resources and time spent for serialization
This commit is contained in:
committed by
GitHub
parent
d978749603
commit
ac09b3cbef
@@ -539,7 +539,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({
|
||||
throwOnError: false,
|
||||
})
|
||||
|
||||
await setTimeout(1000)
|
||||
await setTimeout(4000)
|
||||
|
||||
expect(lastExepectHaveBeenCalledTimes).toEqual(1)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user