Skip to content

Commit

Permalink
authentication: increase authentication timeout
Browse files Browse the repository at this point in the history
Some actions may be quite slow (like waiting for SSSD timeouts to
go offline), let's increase the timeout. If this does not help in
long run, we should make the timeout configurable and set required
value in specific test cases.
  • Loading branch information
pbrezina committed Jul 27, 2023
1 parent 15efa64 commit 97a3994
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 @@ -20,7 +20,7 @@
]


DEFAULT_AUTHENTICATION_TIMEOUT: int = 10
DEFAULT_AUTHENTICATION_TIMEOUT: int = 20
"""Default timeout for authentication failure."""


Expand Down

0 comments on commit 97a3994

Please sign in to comment.