Skip to content

Commit

Permalink
Merge pull request #28779 from pperiyasamy/increase-ipsec-timeouts
Browse files Browse the repository at this point in the history
SDN-4168: Increase IPsec timeout parameters
  • Loading branch information
openshift-merge-bot[bot] committed May 10, 2024
2 parents ac69ee5 + 381c9b5 commit 62c5f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/testsuites/standard_suites.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ var staticSuites = []ginkgo.TestSuite{
return strings.Contains(name, "[Suite:openshift/network/ipsec")
},
Parallelism: 1,
TestTimeout: 60 * time.Minute,
TestTimeout: 120 * time.Minute,
},
{
Name: "openshift/network/stress",
Expand Down
2 changes: 1 addition & 1 deletion test/extended/networking/ipsec.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
tcpdumpICMPFilter = "icmp and src %s and dst %s"
masterIPsecMachineConfigName = "80-ipsec-master-extensions"
workerIPSecMachineConfigName = "80-ipsec-worker-extensions"
ipsecRolloutWaitDuration = 20 * time.Minute
ipsecRolloutWaitDuration = 40 * time.Minute
ipsecRolloutWaitInterval = 1 * time.Minute
nmstateConfigureManifestFile = "nmstate.yaml"
nsCertMachineConfigFile = "ipsec-nsconfig-machine-config.yaml"
Expand Down

0 comments on commit 62c5f67

Please sign in to comment.