Loading src/analytics/frontend/tests/test_frontend.py +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ def test_StartAnalyzer_MGON_Agent(analyticsFrontend_client): added_analyzer_id = analyticsFrontend_client.StartAnalyzer(create_analyzer_for_mgon_agent()) LOGGER.debug(str(added_analyzer_id)) LOGGER.info("waiting for timer to complete 3000 seconds ...") time.sleep(3000) time.sleep(60) LOGGER.info('--> StopAnalyzer after timer completion') response = analyticsFrontend_client.StopAnalyzer(added_analyzer_id) LOGGER.debug(str(response)) Loading Loading
src/analytics/frontend/tests/test_frontend.py +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ def test_StartAnalyzer_MGON_Agent(analyticsFrontend_client): added_analyzer_id = analyticsFrontend_client.StartAnalyzer(create_analyzer_for_mgon_agent()) LOGGER.debug(str(added_analyzer_id)) LOGGER.info("waiting for timer to complete 3000 seconds ...") time.sleep(3000) time.sleep(60) LOGGER.info('--> StopAnalyzer after timer completion') response = analyticsFrontend_client.StopAnalyzer(added_analyzer_id) LOGGER.debug(str(response)) Loading