Skip to content
Snippets Groups Projects
Commit 375e8a69 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Exit with exit code 2 if test time is above time threshold

parent 8c1f9c27
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!352Changed methodology for benchmarks
......@@ -101,5 +101,5 @@ if __name__ == "__main__":
for entry in above_treshold:
summary.add_row(entry)
print(summary)
exit(1)
exit(2)
exit(0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment