Remove useless sleep in CI footer creation

This commit is contained in:
Robert Schmidt
2025-06-16 19:01:20 +02:00
parent 8c0641c676
commit 2902967740

View File

@@ -224,7 +224,6 @@ class HTMLManagement():
self.htmlFile.write(' </table>\n')
self.htmlFile.write(' </div>\n')
self.htmlFile.close()
time.sleep(1)
if passStatus:
cmd = "sed -i -e 's/__STATE_" + self.htmlTabNames[0] + "__//' test_results.html"
subprocess.run(cmd, shell=True)