Hi ! Please try to set try_num variable , which defines number of attempts in case of unsuccessful return , swat makes exponential delays on every retry , so to get things fast you probably need try_num=1, please follow https://github.com/melezhik/swat#curl-parameters for details, also please consider ignore_http_err variable to test unsuccessful http responses, I hope this could be helpful.
пятница, 26 февраля 2016 г. пользователь Eric Covener написал: > On Thu, Feb 4, 2016 at 6:07 AM, Alexey Melezhik <[email protected] > <javascript:;>> wrote: > > * what things could be improved > > I notice that failed (bad status code for example) tests hang for a > many seconds which makes iterating over stuff a little slow. > > -- > Eric Covener > [email protected] <javascript:;> >
