Explorar el Código

increase test expiry time

abhishek9686 hace 1 año
padre
commit
460794ca71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pro/trial.go

+ 1 - 1
pro/trial.go

@@ -70,7 +70,7 @@ func initTrial() error {
 	}
 	trialDates := TrialDates{
 		TrialStartedAt: time.Now(),
-		TrialEndsAt:    time.Now().Add(time.Minute * 5),
+		TrialEndsAt:    time.Now().Add(time.Minute * 10),
 	}
 	t := TrialInfo{
 		PrivKey: tPriv,