Merge pull request #5722 from tchak/bump-graphql-timeout
GraphQL: bump timeout to 10 sec
This commit is contained in:
commit
36b9aa7efa
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Api::V2::Schema < GraphQL::Schema
|
||||||
|
|
||||||
use GraphQL::Execution::Interpreter
|
use GraphQL::Execution::Interpreter
|
||||||
use GraphQL::Analysis::AST
|
use GraphQL::Analysis::AST
|
||||||
use GraphQL::Schema::Timeout, max_seconds: 5
|
use GraphQL::Schema::Timeout, max_seconds: 10
|
||||||
use GraphQL::Batch
|
use GraphQL::Batch
|
||||||
use GraphQL::Backtrace
|
use GraphQL::Backtrace
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue