Skip to content

Commit

Permalink
authentication - ssh timeout
Browse files Browse the repository at this point in the history
tests are hitting the timeout to soon, prematurely failing the test
  • Loading branch information
Dan Lavu committed Jul 18, 2024
1 parent e24e374 commit b725407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sssd_test_framework/utils/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"SudoAuthenticationUtils",
]

DEFAULT_AUTHENTICATION_TIMEOUT: int = 60
DEFAULT_AUTHENTICATION_TIMEOUT: int = 120
"""Default timeout for authentication failure."""


Expand Down

0 comments on commit b725407

Please sign in to comment.