self.mock_update_vim_state_raises,
self.mock_update_vim_operation_state,
]
- retry_policy = 1 # TODO: Figure out what this should be anchored to
+ retry_policy = 3
expected_vim_state = [VimState.ENABLED] * retry_policy
expected_vim_op_state = [VimOperationState.COMPLETED]
async with self.env, self.get_worker(activities):
self.mock_update_vim_operation_state_raises,
]
expected_vim_state = [VimState.ENABLED]
- retry_policy = 1 # TODO: Figure out what this should be anchored to
+ retry_policy = 3
expected_vim_op_state = [VimOperationState.COMPLETED] * retry_policy
async with self.env, self.get_worker(activities):
with self.assertRaises(WorkflowFailureError):