Skip to content

Commit 62cd5cc

Browse files
Merge pull request #416 from joshbranham/increase-network-verifier-timeout
OSD-29402: Increase the default network-verifier timeout from 2s to 5s
2 parents b8f493d + fd51aff commit 62cd5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/networkverifier/networkverifier.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ func InitializeValidateEgressInput(cluster *v1.Cluster, clusterDeployment *hivev
7676
}
7777

7878
return &verifier.ValidateEgressInput{
79-
Timeout: 2 * time.Second,
80-
Ctx: context.TODO(),
79+
Timeout: 5 * time.Second,
80+
Ctx: context.Background(),
8181
SubnetID: subnet,
8282
InstanceType: "t3.micro",
8383
Proxy: proxy,

0 commit comments

Comments
 (0)