Longer timeout for orphaned file cleanup
This commit is contained in:
@@ -524,7 +524,7 @@ async function callChannel(name) {
|
|||||||
|
|
||||||
setTimeout(
|
setTimeout(
|
||||||
() => reject(new Error(`callChannel call to ${name} timed out`)),
|
() => reject(new Error(`callChannel call to ${name} timed out`)),
|
||||||
5000
|
DATABASE_UPDATE_TIMEOUT
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user