Skip to content
代码片段 群组 项目
未验证 提交 2e5e2295 编辑于 作者: Lin Jen-Shin's avatar Lin Jen-Shin 提交者: GitLab
浏览文件

Merge branch 'make-rspec-limitation-parametric' into 'master'

Make rspec limitation parametric

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160361



Merged-by: default avatarLin Jen-Shin <jen-shin@gitlab.com>
Approved-by: default avatarLin Jen-Shin <jen-shin@gitlab.com>
Approved-by: default avatarCostel Maxim <cmaxim@gitlab.com>
Reviewed-by: 毛超's avatarMAO Chao <chaomao@gitlab.cn>
Co-authored-by: 毛超's avatarmao chao <chaomao@gitlab.cn>
No related branches found
No related tags found
无相关合并请求
......@@ -10,7 +10,7 @@ module RSpecRunTime
class RSpecFormatter < RSpec::Core::Formatters::BaseFormatter
include Tooling::Helpers::DurationFormatter
TIME_LIMIT_IN_MINUTES = 80
TIME_LIMIT_IN_MINUTES = Integer(ENV['RSPEC_TIME_LIMIT_IN_MINUTES'] || 80)
RSpec::Core::Formatters.register self, :example_group_started, :example_group_finished
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册