summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test553.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test553.scxml')
-rw-r--r--test/w3c/ecma/test553.scxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/w3c/ecma/test553.scxml b/test/w3c/ecma/test553.scxml
index 0beddea..3dd0aeb 100644
--- a/test/w3c/ecma/test553.scxml
+++ b/test/w3c/ecma/test553.scxml
@@ -5,9 +5,9 @@ of <send>'s args causes an error.. --><scxml xmlns="http://www.w3.org/2005/07/s
<state id="s0">
<onentry>
<!-- timeout event -->
- <send event="timeout" delayexpr="'50ms'"/>
- <!-- include a non-existing var in the namelist -->
- <send event="event1" namelist="Var2"/>
+ <send event="timeout" delayexpr="'500ms'"/>
+ <!-- generate an invalid namelist -->
+ <send event="event1" namelist="&#34;foo"/>
</onentry>
<!-- if we get the timeout before event1, we assume that event1 hasn't been sent