Merge pull request #13121 from Budibase/fix/increase-query-timeout

Upping query timeout slightly
This commit is contained in:
Michael Drury 2024-02-22 18:53:25 +00:00 committed by GitHub
commit 83b9171e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function parseIntSafe(number?: string) {
}
const DEFAULTS = {
QUERY_THREAD_TIMEOUT: 10000,
QUERY_THREAD_TIMEOUT: 15000,
AUTOMATION_THREAD_TIMEOUT: 12000,
AUTOMATION_SYNC_TIMEOUT: 120000,
AUTOMATION_MAX_ITERATIONS: 200,