Increase delay to stabilise async tests (#8357)
This commit is contained in:
parent
bca9caa98e
commit
f099fdb906
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export async function redactThreadMessage(session: ElementSession): Promise<void
|
||||||
session.log.done();
|
session.log.done();
|
||||||
|
|
||||||
await session.query(".mx_ThreadView .mx_RedactedBody");
|
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();
|
session.log.endGroup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue