forked from quic-go/quic-go
increase shutdown timeout again
This commit is contained in:
@@ -126,7 +126,7 @@ func setupSelenium() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func stopSelenium() {
|
func stopSelenium() {
|
||||||
docker.Interrupt().Wait()
|
docker.Interrupt().Wait(10)
|
||||||
}
|
}
|
||||||
|
|
||||||
func getWebdriverForVersion(version protocol.VersionNumber) selenium.WebDriver {
|
func getWebdriverForVersion(version protocol.VersionNumber) selenium.WebDriver {
|
||||||
|
|||||||
Reference in New Issue
Block a user