|
|
@@ -249,7 +249,7 @@ async function createApp(
|
|
|
app = await populate(bootstrapFn, initialDataPath);
|
|
|
}
|
|
|
// Pause to ensure the worker jobs have time to complete.
|
|
|
- await new Promise((resolve) => setTimeout(resolve, isCi ? 10000 : 2000));
|
|
|
+ await new Promise((resolve) => setTimeout(resolve, isCi ? 20000 : 2000));
|
|
|
await app.close();
|
|
|
} catch (e) {
|
|
|
console.log(e);
|