Skip to content

Commit 71acc9d

Browse files
committed
Add missing await
1 parent fea98ea commit 71acc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/test/scenarios/MultirootDeadlockTest/tests/inlayhints.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ suite("[Inlay hints test]", function (): void {
301301
assert.strictEqual(valueAfterChange, valueNew, `Unable to change setting: ${inlayHintSetting}`);
302302
// TODO: We need a way to synchronize with native process having completely processed the setting change
303303
// and any changes in behavior being fully applied.
304-
sleep(5000);
304+
await sleep(5000);
305305
}
306306
}
307307

0 commit comments

Comments
 (0)