summaryrefslogtreecommitdiff
path: root/shell/test/EXPRESSIONS
diff options
context:
space:
mode:
Diffstat (limited to 'shell/test/EXPRESSIONS')
-rw-r--r--shell/test/EXPRESSIONS6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/test/EXPRESSIONS b/shell/test/EXPRESSIONS
index d9b1fbc..3ab3605 100644
--- a/shell/test/EXPRESSIONS
+++ b/shell/test/EXPRESSIONS
@@ -1,6 +1,7 @@
{ "test-action":
{ "vars":
[ "TEST_ENV"
+ , "TIMEOUT_SCALE"
, "ATTEMPT"
, "name"
, "test.sh"
@@ -132,6 +133,8 @@
{ "type": "join"
, "$1": ["shell test ", {"type": "var", "name": "name"}, " failed"]
}
+ , "timeout scaling":
+ {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0}
}
, "else":
{ "type": "ACTION"
@@ -151,6 +154,8 @@
, ")"
]
}
+ , "timeout scaling":
+ {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0}
}
}
}
@@ -158,6 +163,7 @@
, "test-result":
{ "vars":
[ "TEST_ENV"
+ , "TIMEOUT_SCALE"
, "name"
, "test.sh"
, "keep"