mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-05-02 22:06:07 +00:00
Increase a test timeout in e2e_test.go
This commit is contained in:
@@ -259,7 +259,7 @@ func TestE2EFullIntegration_Browser(t *testing.T) { // nolint:gocyclo
|
||||
t.Logf("waiting for kubectl to output namespace list")
|
||||
var kubectlOutput string
|
||||
select {
|
||||
case <-time.After(10 * time.Second):
|
||||
case <-time.After(1 * time.Minute):
|
||||
require.Fail(t, "timed out waiting for kubectl output")
|
||||
case kubectlOutput = <-kubectlOutputChan:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user