1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

fixup: another timeout

This commit is contained in:
Bruno Windels
2020-01-20 14:52:34 +01:00
parent e89528315d
commit 77d0a76186

View File

@@ -56,9 +56,8 @@ export async function makeTestClients(userInfos, options) {
event_id: eventId,
});
for (const tc of clients) {
setTimeout(
Promise.resolve().then(
() => tc.client.emit("Room.timeline", event),
0,
);
}