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

Improve handling of forked processes in tests. #4371

Merged
merged 1 commit into from
Nov 1, 2014
Merged

Improve handling of forked processes in tests. #4371

merged 1 commit into from
Nov 1, 2014

Conversation

jaswilli
Copy link
Contributor

Closes #4277

  • Increase the wait time for forked processes to spin up.
  • If we give up on waiting for a forked process, send it a kill signal so if it comes alive later it doesn't sit in the
    background forever.
  • Fail fast if test setup fails instead of waiting for the timeout.

Closes #4277
- Increase the wait time for forked processes to spin up.
- If we give up on waiting for a forked process, send it a
  kill signal so if it comes alive later it doesn't sit in the
  background forever.
- Fail fast if test setup fails instead of waiting for the timeout.
ErisDS added a commit that referenced this pull request Nov 1, 2014
Improve handling of forked processes in tests.
@ErisDS ErisDS merged commit 8df98b4 into TryGhost:master Nov 1, 2014
@jaswilli jaswilli deleted the fork-timeout branch November 1, 2014 14:38
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.

Travis timeouts during integration tests
2 participants