Skip to content

Commit

Permalink
increase timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanda committed Oct 29, 2021
1 parent b5eeaae commit 3520081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config_secret/config_secret_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var _ = Describe(testName, func() {

step = "checking cassandra.yaml"
k = kubectl.ExecOnPod("cluster1-dc1-r1-sts-0", "-c", "cassandra", "--", "cat", "/etc/cassandra/cassandra.yaml")
ns.WaitForOutputContainsAndLog(step, k, "read_request_timeout_in_ms: 25000", 120)
ns.WaitForOutputContainsAndLog(step, k, "read_request_timeout_in_ms: 25000", 180)

step = "use config secret again"
json = `{"spec": {"config": null, "configSecret": "test-config"}}`
Expand All @@ -93,7 +93,7 @@ var _ = Describe(testName, func() {

step = "checking cassandra.yaml"
k = kubectl.ExecOnPod("cluster1-dc1-r1-sts-0", "-c", "cassandra", "--", "cat", "/etc/cassandra/cassandra.yaml")
ns.WaitForOutputContainsAndLog(step, k, "read_request_timeout_in_ms: 10000", 60)
ns.WaitForOutputContainsAndLog(step, k, "read_request_timeout_in_ms: 10000", 180)
})
})
})

0 comments on commit 3520081

Please sign in to comment.