How to check a GraphQL query timeout settings on Server? How to increase that timeout value?

How to increase the default timeout?

You can set that on your config.toml:

How to check the current value?

Check the value in the config.toml file or via:

prefect.context.config.cloud.request_timeout

Slack discussion about the same topic