1 Star 0 Fork 20

lvxiaoqian/python-hypothesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
increase_deadline.patch 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
吕晓倩 提交于 2022-04-15 07:12 . increase test deadline
--- a/src/hypothesis/core.py 2020-07-21 20:42:14.000000000 +0800
+++ b/src/hypothesis/core.py 2022-04-15 15:10:18.083403900 +0800
@@ -532,7 +532,7 @@
seconds=finish - start - internal_draw_time
)
self.__test_runtime = runtime
- current_deadline = self.settings.deadline
+ current_deadline = self.settings.deadline * 10
if not is_final:
current_deadline = (current_deadline // 4) * 5
if runtime >= current_deadline:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lvxiaoqian/python-hypothesis.git
[email protected]:lvxiaoqian/python-hypothesis.git
lvxiaoqian
python-hypothesis
python-hypothesis
master

搜索帮助