We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340481d commit 1931ee5Copy full SHA for 1931ee5
tests/integration_tests/modules/test_keys_to_console.py
@@ -58,7 +58,7 @@ def test_excluded_keys(self, class_client, key_type):
58
59
# retry decorator here because it can take some time to be reflected
60
# in syslog
61
- @retry(tries=30, delay=1)
+ @retry(tries=60, delay=1)
62
@pytest.mark.parametrize("key_type", ["ED25519", "RSA"])
63
def test_included_keys(self, class_client, key_type):
64
assert "({})".format(key_type) in get_syslog_or_console(class_client)
0 commit comments