Skip to content
代码片段 群组 项目
未验证 提交 7b4eca5d 编辑于 作者: Jennifer Li's avatar Jennifer Li 提交者: GitLab
浏览文件

Increase validation timeout in gitlab_schema.rb

上级 f60becb5
No related branches found
No related tags found
无相关合并请求
......@@ -32,7 +32,7 @@ class GitlabSchema < GraphQL::Schema
default_max_page_size 100
validate_max_errors 5
validate_timeout 0.2.seconds
validate_timeout 0.5.seconds
lazy_resolve ::Gitlab::Graphql::Lazy, :force
......
......@@ -33,7 +33,7 @@
end
it 'sets an appropriate validation timeout' do
expect(described_class.validate_timeout).to be <= 0.2.seconds
expect(described_class.validate_timeout).to be <= 0.5.seconds
end
describe '.execute' do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册