Upped the time slack, should I rather have a 'don't care about the time validity' ?

This commit is contained in:
Roland Hedberg
2014-06-13 19:46:05 +02:00
parent 4c53112e6e
commit ab5c0086cd

View File

@@ -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)