summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test423.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test423.scxml')
-rw-r--r--test/w3c/ecma/test423.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test423.scxml b/test/w3c/ecma/test423.scxml
index f6287ab..ab6c84f 100644
--- a/test/w3c/ecma/test423.scxml
+++ b/test/w3c/ecma/test423.scxml
@@ -4,7 +4,7 @@
<state id="s0">
<onentry>
<send event="externalEvent1"/>
- <send event="externalEvent2" delay="1s"/>
+ <send event="externalEvent2" delayexpr="'50ms'"/>
<raise event="internalEvent"/>
</onentry>
<!-- in this state we should process only internalEvent -->