diff --git a/js/modules/data.js b/js/modules/data.js index 3f952ca5c..7d51b9416 100644 --- a/js/modules/data.js +++ b/js/modules/data.js @@ -524,7 +524,7 @@ async function callChannel(name) { setTimeout( () => reject(new Error(`callChannel call to ${name} timed out`)), - 5000 + DATABASE_UPDATE_TIMEOUT ); }); }