From 74f84ce0be5aa0e67314705ebe78cc05f4cb1da3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ga=C3=9F?= <m.gass@babiel.com>
Date: Thu, 13 Dec 2018 14:47:51 +0100
Subject: [PATCH] Change config test to non-default expiry settings

---
 cmd/dex/config_test.go | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/cmd/dex/config_test.go b/cmd/dex/config_test.go
index 5ed8a58e..701b8ae7 100644
--- a/cmd/dex/config_test.go
+++ b/cmd/dex/config_test.go
@@ -62,9 +62,9 @@ staticPasswords:
   userID: "41331323-6f44-45e6-b3b9-2c4b60c02be5"
 
 expiry:
-  signingKeys: "6h"
-  idTokens: "24h"
-  authRequests: "24h"
+  signingKeys: "7h"
+  idTokens: "25h"
+  authRequests: "25h"
 
 logger:
   level: "debug"
@@ -132,9 +132,9 @@ logger:
 			},
 		},
 		Expiry: Expiry{
-			SigningKeys:  "6h",
-			IDTokens:     "24h",
-			AuthRequests: "24h",
+			SigningKeys:  "7h",
+			IDTokens:     "25h",
+			AuthRequests: "25h",
 		},
 		Logger: Logger{
 			Level:  "debug",
-- 
GitLab