Skip to content

Commit ab5c008

Browse files
author
Roland Hedberg
committed
Upped the time slack, should I rather have a 'don't care about the time validity' ?
1 parent 4c53112 commit ab5c008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_41_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
FALSE_ASSERT_SIGNED = "saml_false_signed.xml"
1414

15-
TIMESLACK = 2592000 # Roughly 3 month
15+
TIMESLACK = 10000000 # Roughly +- 6 month
16+
1617

1718
def _eq(l1, l2):
1819
return set(l1) == set(l2)

0 commit comments

Comments
 (0)