joshfischer1108 commented on issue #1209: URL: https://github.com/apache/incubator-stormcrawler/issues/1209#issuecomment-2093827076
I'm looking at the test and see the below. Are these the timeouts? I've changed them to much higher values such as `100000` and the tests seem to timeout about the same time on my machine (which is around 27 seconds) ``` timeouts.put("implicit", 10000); timeouts.put("pageLoad", 10000); timeouts.put("script", 10000); conf.put("selenium.timeouts", timeouts); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org