Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jaasync and add timeout option to scan #25

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Conversation

epferrari
Copy link
Owner

No description provided.

@@ -1794,5 +1794,104 @@ describe('Strongbus.Bus', () => {
});
});
});

fdescribe('given params.timeout is configured', () => {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the new spec. Rest of pooling specs were mis-indented

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fdescribe -> describe

expect((p1 as any)[INTERNAL_PROMISE] === (p2 as any)[INTERNAL_PROMISE]).toBeTrue();
});
});
describe('Scanner pooling', () => {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scanner pooling specs were mis-indented. See other comment to locate new spec for params.timeout

@epferrari epferrari requested a review from KurtPreston June 22, 2022 20:36
@epferrari epferrari merged commit 8d0d01e into master Jun 22, 2022
@epferrari epferrari deleted the scanTimeouts branch June 22, 2022 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants