summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test553.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test553.scxml')
-rw-r--r--test/w3c/xpath/test553.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/xpath/test553.scxml b/test/w3c/xpath/test553.scxml
index eb6f24b..00bd1e8 100644
--- a/test/w3c/xpath/test553.scxml
+++ b/test/w3c/xpath/test553.scxml
@@ -5,7 +5,7 @@ of <send>'s args causes an error.. --><scxml xmlns="http://www.w3.org/2005/07/s
<state id="s0">
<onentry>
<!-- timeout event -->
- <send event="timeout" delay="3s"/>
+ <send event="timeout" delayexpr="'1s'"/>
<!-- include a non-existing var in the namelist -->
<send event="event1" namelist="$Var2"/>
</onentry>