| jerith ( |
Re: setting the timeout
Timeout::timeout() takes a parameter that specifies the number of seconds to wait. If you're talking about something that uses it internally, you need to either hope they expose the timeout value somewhere (in a constructor, perhaps) or monkey-patch it.
Timeout::timeout() takes a parameter that specifies the number of seconds to wait. If you're talking about something that uses it internally, you need to either hope they expose the timeout value somewhere (in a constructor, perhaps) or monkey-patch it.