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 7e4c408..46bb4eb 100644
--- a/test/w3c/ecma/test185.scxml
+++ b/test/w3c/ecma/test185.scxml
@@ -4,7 +4,7 @@
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="ecmascript">
<state id="s0">
<onentry>
- <send event="event2" delayexpr="'50ms'"/>
+ <send event="event2" delayexpr="'1s'"/>
<send event="event1"/>
</onentry>
<transition event="event1" target="s1"/>