summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test422.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test422.scxml')
-rw-r--r--test/w3c/xpath/test422.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/xpath/test422.scxml b/test/w3c/xpath/test422.scxml
index f62098d..4ef15ce 100644
--- a/test/w3c/xpath/test422.scxml
+++ b/test/w3c/xpath/test422.scxml
@@ -10,7 +10,7 @@ in s11. So we should receive invokeS1, invokeS12, but not invokeS12. Furthermor
</datamodel>
<state id="s1" initial="s11">
<onentry>
- <send event="timeout" delay="5s"/>
+ <send event="timeout" delayexpr="'2s'"/>
</onentry>
<transition event="invokeS1 invokeS12">
<assign location="$Var1" expr="$Var1 + 1"/>