We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baff0f8 commit 19ad527Copy full SHA for 19ad527
pmm_psmdb_diffauth_setup/test/test.py
@@ -21,7 +21,7 @@ def run_test(add_db_command):
21
docker_pmm_client.check_output(add_db_command, timeout=30)
22
except AssertionError:
23
pytest.fail("Fail to add MongoDB to pmm-admin")
24
- time.sleep(30)
+ time.sleep(45)
25
26
pmm_admin_list = json.loads(docker_pmm_client.check_output('pmm-admin list --json', timeout=30))
27
for agent in pmm_admin_list['agent']:
0 commit comments