在使用httprunner 做接口调试时,需要动态设置timeout,但目前还不支持。
只能手动硬改降一下,
在client.py修改
kwargs.setdefault("timeout", 60)