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

Ensure that server is started in Setup and allow timeout to be config… #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adyang
Copy link

@adyang adyang commented Apr 26, 2020

…urable.

I had an issue where the test suite was not working because my server took more than 2 seconds to start. I investigated and saw that it is possible to add a check to ensure the server is really started in the setup phase.

Therefore, I added an ensure step in the Setup phase to:

  1. Allow the test to continue base on when the server was started
  2. Allow the timeout for the check to be configurable, using ISO 8601 Durations notation

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.

1 participant