Skip to content

Commit 19ad527

Browse files
PMM. Increase timeout after adding PSMDB node
1 parent baff0f8 commit 19ad527

File tree

1 file changed

+1
-1
lines changed
  • pmm_psmdb_diffauth_setup/test

1 file changed

+1
-1
lines changed

pmm_psmdb_diffauth_setup/test/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run_test(add_db_command):
2121
docker_pmm_client.check_output(add_db_command, timeout=30)
2222
except AssertionError:
2323
pytest.fail("Fail to add MongoDB to pmm-admin")
24-
time.sleep(30)
24+
time.sleep(45)
2525

2626
pmm_admin_list = json.loads(docker_pmm_client.check_output('pmm-admin list --json', timeout=30))
2727
for agent in pmm_admin_list['agent']:

0 commit comments

Comments
 (0)