Explorar el Código

Fix flaky test (#567)

John Maguire hace 3 años
padre
commit
0577c097fb
Se han modificado 1 ficheros con 1 adiciones y 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,
 		},