From ab5c0086cdc11d24787ebe6a111484f1b8190b5f Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 13 Jun 2014 19:46:05 +0200 Subject: [PATCH] Upped the time slack, should I rather have a 'don't care about the time validity' ? --- tests/test_41_response.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_41_response.py b/tests/test_41_response.py index ac4eb68..70cbb1a 100644 --- a/tests/test_41_response.py +++ b/tests/test_41_response.py @@ -12,7 +12,8 @@ from saml2.sigver import SignatureError FALSE_ASSERT_SIGNED = "saml_false_signed.xml" -TIMESLACK = 2592000 # Roughly 3 month +TIMESLACK = 10000000 # Roughly +- 6 month + def _eq(l1, l2): return set(l1) == set(l2)