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

Add Timeout to Crawlers #3

Open
davewichers opened this issue Jul 23, 2021 · 1 comment
Open

Add Timeout to Crawlers #3

davewichers opened this issue Jul 23, 2021 · 1 comment
Assignees
Milestone

Comments

@davewichers
Copy link
Contributor

If a test case never responds, the crawler stops and waits forever. Add a response timeout to BenchmarkCrawler so it will drop the request, and continue properly.

@davewichers davewichers self-assigned this Jul 23, 2021
@JonathonWichers
Copy link

The timeout has to be longer than I though. Like 5 minutes, as it significantly depends on the speed of the machine. In fact, by default, the timeout should be disabled, and should be set via a command line param, rather than be fixed.

@davewichers davewichers transferred this issue from another repository Aug 12, 2021
@davewichers davewichers added this to the Backlog milestone Aug 17, 2021
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

2 participants