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

More resilient schema lookup #9

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 14, 2017

  1. More resilient schema lookup

    It happened to me once or twice that specs were running for a long time,
    and then it didn't pass b/c there was a problem with iglucentral
    connection.
    
    I don't have the exception at hand, and couldn't reproduce it, but I believe it was a flaky network
    connection or maybe iglucentral wasn't available. I've added `read_timeout` and simple retry in case it happens again.
    
    Hopefully this will make it more robust.
    sparrovv committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    7e54894 View commit details
    Browse the repository at this point in the history