increase shutdown timeout again

This commit is contained in:
Lucas Clemente
2016-08-05 11:50:08 +02:00
parent f7801f095a
commit 5cf574475b

View File

@@ -126,7 +126,7 @@ func setupSelenium() {
}
func stopSelenium() {
docker.Interrupt().Wait()
docker.Interrupt().Wait(10)
}
func getWebdriverForVersion(version protocol.VersionNumber) selenium.WebDriver {