summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test185.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test185.scxml')
-rw-r--r--test/w3c/ecma/test185.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test185.scxml b/test/w3c/ecma/test185.scxml
index cdf8a77..6a83574 100644
--- a/test/w3c/ecma/test185.scxml
+++ b/test/w3c/ecma/test185.scxml
@@ -4,7 +4,7 @@
<state id="s0">
<onentry>
- <send event="event2" delay="2s"/>
+ <send event="event2" delayexpr="'50ms'"/>
<send event="event1"/>
</onentry>