Currently startup timeout is hardcoded at 120 seconds inside waitUntilContainerStarted() method, which is a total overkill. 5 seconds is a max I want to wait until container is started (typically it's around 3 seconds). Also using method withStartupTimeout() does nothing, as wait strategy is not used for browser container.
Currently startup timeout is hardcoded at 120 seconds inside waitUntilContainerStarted() method, which is a total overkill. 5 seconds is a max I want to wait until container is started (typically it's around 3 seconds). Also using method withStartupTimeout() does nothing, as wait strategy is not used for browser container.