# File lib/dynflow/action/timeouts.rb, line 5 def process_timeout fail("Timeout exceeded.") end
# File lib/dynflow/action/timeouts.rb, line 9 def schedule_timeout(seconds) world.clock.ping suspended_action, seconds, Timeout end