Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Increase delay to stabilise async tests (#8357)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 19, 2022
1 parent bca9caa commit f099fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end-tests/src/usecases/threads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function redactThreadMessage(session: ElementSession): Promise<void
session.log.done();

await session.query(".mx_ThreadView .mx_RedactedBody");
await session.delay(200); // give the app a chance to settle
await session.delay(1000); // give the app a chance to settle

session.log.endGroup();
}
Expand Down

0 comments on commit f099fdb

Please sign in to comment.