> On May 1, 2017, at 12:47 PM, Brent Christian <brent.christ...@oracle.com> > 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. Mandy