summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test252.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test252.scxml')
-rw-r--r--test/w3c/ecma/test252.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/ecma/test252.scxml b/test/w3c/ecma/test252.scxml
index b33342b..14c6686 100644
--- a/test/w3c/ecma/test252.scxml
+++ b/test/w3c/ecma/test252.scxml
@@ -5,7 +5,7 @@ timeout indicates success. --><scxml xmlns="http://www.w3.org/2005/07/scxml" x
<state id="s0" initial="s01">
<onentry>
- <send event="timeout" delayexpr="'50ms'"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="timeout" target="pass"/>
@@ -22,7 +22,7 @@ timeout indicates success. --><scxml xmlns="http://www.w3.org/2005/07/scxml" x
<scxml initial="sub0" version="1.0" datamodel="ecmascript">
<state id="sub0">
<onentry>
- <send event="timeout" delayexpr="'25ms'"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="timeout" target="subFinal"/>
<onexit>