summaryrefslogtreecommitdiffstats
path: root/test/w3c/promela/test186.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/promela/test186.scxml')
-rw-r--r--test/w3c/promela/test186.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/promela/test186.scxml b/test/w3c/promela/test186.scxml
index d8c30ea..b30f6d0 100644
--- a/test/w3c/promela/test186.scxml
+++ b/test/w3c/promela/test186.scxml
@@ -9,7 +9,7 @@ in the interval.) If var2 ends up == 1, we pass. Otherwise we fail -->
</datamodel>
<state id="s0">
<onentry>
- <send event="event1" delayexpr="'1s'">
+ <send event="event1" delayexpr="1000">
<param name="aParam" expr="Var1"/>
</send>
<assign location="Var1" expr="2"/>