Longer timeout for orphaned file cleanup

This commit is contained in:
Scott Nonnenberg 2018-10-15 11:53:58 -07:00
parent 5e5fa13719
commit 8edfbdcee5

View file

@ -524,7 +524,7 @@ async function callChannel(name) {
setTimeout(
() => reject(new Error(`callChannel call to ${name} timed out`)),
5000
DATABASE_UPDATE_TIMEOUT
);
});
}