Skip to content

Commit

Permalink
Update StatefulWorkflow.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pilsy committed Sep 17, 2024
1 parent e6775a6 commit 564a61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/StatefulWorkflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ describe('StatefulWorkflow', () => {
await handle.signal('update', { data, entityName: 'User' });
}

await sleep(5000);
await sleep(10000);

const finalState = await handle.query('state');
expect(finalState).toEqual(normalizeEntities(data, SchemaManager.getInstance().getSchema('User')));
Expand Down

0 comments on commit 564a61c

Please sign in to comment.