Merge pull request #1544 from snir911/timeout

runtime: increase dial timeout
This commit is contained in:
GabyCT 2021-04-06 16:10:51 -05:00 committed by GitHub
commit 0b87fd436f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ const (
MockHybridVSockScheme = "mock"
)
var defaultDialTimeout = 15 * time.Second
var defaultDialTimeout = 30 * time.Second
var hybridVSockPort uint32