We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39fa50 commit fc88cd4Copy full SHA for fc88cd4
gssapi/tests/test_high_level.py
@@ -651,7 +651,7 @@ def test_complete_on_partially_completed(self):
651
def test_initiate_accept_steps(self):
652
client_ctx, server_ctx = self._create_completed_contexts()
653
654
- server_ctx.lifetime.should_be_at_most(400)
+ server_ctx.lifetime.should_be_at_most(400 + 300) # clockskew
655
server_ctx.initiator_name.should_be(client_ctx.initiator_name)
656
server_ctx.mech.should_be_a(gb.OID)
657
server_ctx.actual_flags.should_be_a(gb.IntEnumFlagSet)
0 commit comments