Commit 0ac3bc0a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Analytics component:

- Fixed timeout to something reasonable
parent 8cf94740
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))