ReportPortal diesn't like custom time in the start_time field

Also Interrupted status is not count as failed status
Sometimes suite was finished much earlier than needed

Related-Prod: PRODX-48948
Change-Id: I7424fec916b2ef0d0f34ca6bc63c2c2c9453a599
diff --git a/rp_reporter/setup.py b/rp_reporter/setup.py
index abf7b6c..3bf060b 100644
--- a/rp_reporter/setup.py
+++ b/rp_reporter/setup.py
@@ -11,7 +11,7 @@
     packages=find_packages(),
     install_requires=[
         "xunitparser",
-        "reportportal-client",
+        "reportportal-client>=5.6.2",
         "PyYAML",
         "wget",
         "jenkins-jinny @ git+https://github.com/annkapul/jenkins-jinny.git"