summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml/test252.txml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/txml/test252.txml')
-rw-r--r--test/w3c/txml/test252.txml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/txml/test252.txml b/test/w3c/txml/test252.txml
index ba43543..40c36cb 100644
--- a/test/w3c/txml/test252.txml
+++ b/test/w3c/txml/test252.txml
@@ -9,7 +9,7 @@ timeout indicates success. -->
<state id="s0" initial="s01">
<onentry>
- <send event="timeout" conf:delay="1"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="timeout" conf:targetpass=""/>
@@ -26,7 +26,7 @@ timeout indicates success. -->
<scxml initial="sub0" version="1.0" conf:datamodel="" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
<state id="sub0">
<onentry>
- <send event="timeout" conf:delay=".5"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="timeout" target="subFinal"/>
<onexit>