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

Default timeout causing issues #185

Closed
surekasri opened this issue Mar 30, 2016 · 6 comments
Closed

Default timeout causing issues #185

surekasri opened this issue Mar 30, 2016 · 6 comments

Comments

@surekasri
Copy link

Trying to execute a yaml file with pyresttest which issues HTTP requests. Because of the default timeout value(10s) set in tests.py, the operation is getting timed out.

@spradeepv
Copy link
Contributor

@surekasri, if the actual call takes more time than the default timeout,
you can increase the timeout value as follows:


  • config:
    • testset: "Quickstart app tests"
    • timeout: 600000

On Wed, 30 Mar 2016 at 12:35 surekasri notifications@github.com wrote:

Trying to execute a yaml file with pyresttest which issues curl requests.
Because of the default timeout value(10s) set in tests.py, the operation is
getting timed out.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#185

@surekasri
Copy link
Author

Thanks. That worked.

On Wed, Mar 30, 2016 at 2:58 PM, Pradeep Sathasivam <
notifications@github.com> wrote:

@surekasri, if the actual call takes more time than the default timeout,
you can increase the timeout value as follows:


  • config:
  • testset: "Quickstart app tests"
  • timeout: 600000

On Wed, 30 Mar 2016 at 12:35 surekasri notifications@github.com wrote:

Trying to execute a yaml file with pyresttest which issues curl requests.
Because of the default timeout value(10s) set in tests.py, the operation
is
getting timed out.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#185


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#185 (comment)

@spradeepv
Copy link
Contributor

@surekasri : Can you please close the issue?

@svanoort
Copy link
Owner

@spradeepv Thank you! :)

@spradeepv
Copy link
Contributor

@svanoort This is the third time I have answered for the same issue :). May
we should mention it in the docs, if it is not already there.

Regards,
Pradeep. S

On Wed, 30 Mar 2016 at 18:11 surekasri notifications@github.com wrote:

Closed #185 #185.


You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub
#185 (comment)

@svanoort
Copy link
Owner

@spradeepv It is mentioned in the main README - https://github.com/svanoort/pyresttest#url-test-with-timeout - but no harm sprinking a few more mentions around since it comes up again and again.

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

No branches or pull requests

3 participants