We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf9d07 commit 021370dCopy full SHA for 021370d
packages/@vue/cli-service/lib/commands/ui.js
@@ -8,7 +8,7 @@ module.exports = api => {
8
const opts = {
9
mock: false,
10
apolloEngine: false,
11
- timeout: 0,
+ timeout: 999999999,
12
paths: {
13
typeDefs: require.resolve('@vue/cli-ui/src/graphql-api/type-defs.js'),
14
resolvers: require.resolve('@vue/cli-ui/src/graphql-api/resolvers.js'),
packages/@vue/cli-ui/vue.config.js
@@ -4,6 +4,6 @@ module.exports = {
4
pluginOptions: {
5
graphqlMock: false,
6
7
- graphqlTimeout: 0
+ graphqlTimeout: 999999999
}
0 commit comments