test/param_test.rb in openwferu-0.9.11 vs test/param_test.rb in openwferu-0.9.12
- old
+ new
@@ -53,19 +53,23 @@
li = OpenWFE::LaunchItem.new(definition)
li.address = "rose garden 4"
#require 'pp' ; pp li
+ fei = nil
e = nil
begin
- @engine.launch(li)
+ fei = @engine.launch(li)
rescue Exception => e
#puts e
#puts OpenWFE::exception_to_s(e)
end
assert_nil e
+
+ sleep 0.500
+ # let the flow terminate on its own
end
#
# test 1