Explorar o código

Fix flaky test (#567)

John Maguire %!s(int64=3) %!d(string=hai) anos
pai
achega
0577c097fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmd/nebula-cert/verify_test.go

+ 1 - 1
cmd/nebula-cert/verify_test.go

@@ -72,7 +72,7 @@ func Test_verify(t *testing.T) {
 		Details: cert.NebulaCertificateDetails{
 			Name:      "test-ca",
 			NotBefore: time.Now().Add(time.Hour * -1),
-			NotAfter:  time.Now().Add(time.Hour),
+			NotAfter:  time.Now().Add(time.Hour * 2),
 			PublicKey: caPub,
 			IsCA:      true,
 		},