Skip to content

Commit 9f4a671

Browse files
committed
extend check time more
1 parent 969ad0c commit 9f4a671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/k8s_suite/k8s_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (s *k8sSuite) TestGenericK8s() {
169169
}
170170

171171
s.verifyKSMCheck(c)
172-
}, 12*time.Minute, 15*time.Second, "could not validate kubernetes_state_core (cluster check on CCR) check in time")
172+
}, 15*time.Minute, 15*time.Second, "could not validate kubernetes_state_core (cluster check on CCR) check in time")
173173
})
174174

175175
s.T().Run("Autodiscovery works", func(t *testing.T) {

0 commit comments

Comments
 (0)