summaryrefslogtreecommitdiff
path: root/tests/test_41_response.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-06-13 19:46:05 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-06-13 19:46:05 +0200
commitab5c0086cdc11d24787ebe6a111484f1b8190b5f (patch)
tree802eb4f4ed4f07006a591e704a7d96016b21c58f /tests/test_41_response.py
parent4c53112e6ec83def60e8fa032e209d2e8f76ff97 (diff)
downloadpysaml2-ab5c0086cdc11d24787ebe6a111484f1b8190b5f.tar.gz
Upped the time slack, should I rather have a 'don't care about the time validity' ?
Diffstat (limited to 'tests/test_41_response.py')
-rw-r--r--tests/test_41_response.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_41_response.py b/tests/test_41_response.py
index ac4eb683..70cbb1ac 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)