Increase test timeouts
This commit is contained in:
parent
e2b73e8cf5
commit
fc4cc8d587
@ -15,8 +15,10 @@ package e2e
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/golang/glog"
|
||||
"k8s.io/apimachinery/pkg/util/wait"
|
||||
"k8s.io/client-go/tools/clientcmd"
|
||||
|
||||
"github.com/jetstack/cert-manager/test/e2e/framework"
|
||||
@ -25,6 +27,8 @@ import (
|
||||
func init() {
|
||||
framework.RegisterParseFlags()
|
||||
|
||||
wait.ForeverTestTimeout = time.Second * 60
|
||||
|
||||
if "" == framework.TestContext.KubeConfig {
|
||||
glog.Fatalf("environment variable %v must be set", clientcmd.RecommendedConfigPathEnvVar)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user