On 5/1/17 12:50 PM, Mandy Chung wrote:
On May 1, 2017, at 12:47 PM, Brent Christian <[email protected]> wrote:
>>>
One refactor you can consider by separating
them in several @run actions. The timeout will apply to each action
but that does not help shorten the test execution time.
I had the same thought, and concluded that without a reduction in overall
execution time, the benefit of such a refactor is pretty limited.
I think it would make the test easier to read and understand the cases it cover.
True. I'll see what I can do, then.
-Brent