Increase test timeouts

This commit is contained in:
James Munnelly 2018-01-13 21:26:58 +00:00
parent e2b73e8cf5
commit fc4cc8d587

View File

@ -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)
}