We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3cb2e commit 5afd97cCopy full SHA for 5afd97c
test/integration/fixtures.ts
@@ -60,6 +60,7 @@ async function cleanUpTopLevelStores(storagePath: string) {
60
}
61
})
62
);
63
+ //
64
65
66
// When Draupnir starts (src/index.ts) it clobbers the config by resolving the management room
@@ -106,6 +107,8 @@ export const mochaHooks = {
106
107
await this.toggle?.stopEverything();
108
draupnirClient()?.stop();
109
this.stores?.dispose();
110
+ // With regret, please see https://github.com/the-draupnir-project/Draupnir/issues/927.
111
+ await new Promise((resolve) => setTimeout(resolve, 50));
112
if (this.draupnir !== undefined) {
113
await Promise.all([
114
this.draupnir.client.setAccountData(
0 commit comments