summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-modules/ezbench/smartezbench.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python-modules/ezbench/smartezbench.py b/python-modules/ezbench/smartezbench.py
index becf3e6..03a8842 100644
--- a/python-modules/ezbench/smartezbench.py
+++ b/python-modules/ezbench/smartezbench.py
@@ -68,6 +68,7 @@ class RunningMode(Enum):
ERROR = 3
ABORT = 4
DONE = 5
+ TIMEOUT = 6
# Intermediate steps, going from RUN to RUNNING or RUNNING to PAUSE/ABORT
INTERMEDIATE = 100