Github user mxmrlv commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90779972
  
    --- Diff: tests/orchestrator/workflows/core/test_engine.py ---
    @@ -233,12 +212,13 @@ def mock_workflow(ctx, graph):
     
     class TestCancel(BaseTest):
     
    +    # TODO: what is up with this test?
         def test_cancel_started_execution(self, workflow_context, executor):
             number_of_tasks = 100
     
             @workflow
             def mock_workflow(ctx, graph):
    -            return graph.sequence(*(self._op(mock_sleep_task, ctx, 
inputs={'seconds': 0.1})
    +            return graph.sequence(*(self._op(mock_sleep_task, ctx, 
inputs={'seconds': 1})
    --- End diff --
    
    get back to


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to