diff --git a/lib/utils/tracking.js b/lib/utils/tracking.js index 89f79130f..5fd09b70c 100644 --- a/lib/utils/tracking.js +++ b/lib/utils/tracking.js @@ -72,7 +72,7 @@ function request(type, event, { id, timeout } = {}) { }, method: 'POST', // Ensure reasonable timeout to not block process from exiting - timeout: timeout || 2000, + timeout: timeout || 1500, body: JSON.stringify(event), }).then( response => {