Skip to content

Commit 1931ee5

Browse files
test: update keys_to_console timeout (#6087)
1 parent 340481d commit 1931ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/modules/test_keys_to_console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_excluded_keys(self, class_client, key_type):
5858

5959
# retry decorator here because it can take some time to be reflected
6060
# in syslog
61-
@retry(tries=30, delay=1)
61+
@retry(tries=60, delay=1)
6262
@pytest.mark.parametrize("key_type", ["ED25519", "RSA"])
6363
def test_included_keys(self, class_client, key_type):
6464
assert "({})".format(key_type) in get_syslog_or_console(class_client)

0 commit comments

Comments
 (0)