peritus / robotframework-httplibrary

Robot Framework keywords for HTTP requests
http://peritus.github.com/robotframework-httplibrary/
76 stars 77 forks source link

No timeout setting in Keywords "GET" #56

Open githubchiaweichang opened 6 years ago

githubchiaweichang commented 6 years ago

When it send a IP address that is not exist by "GET" command, then the keywords will keep until I press ctrl+C to break.

Because the "GET" won't return fail, I can't use keyword "Wait Until Keyword Succeeds" to set retry.

Please help me to resolve this. Thanks =)