Reduced abusive timeout in e2e test
This commit is contained in:
parent
8d01c23309
commit
69c9746b48
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ test.describe("Cryptography", function () {
|
|||
await app.viewRoomByName("Test room");
|
||||
|
||||
// In this case, the call to cryptoApi.isEncryptionEnabledInRoom is taking a long time to resolve
|
||||
await page.waitForTimeout(4000);
|
||||
await page.waitForTimeout(1000);
|
||||
|
||||
// There should be two historical events in the timeline
|
||||
const tiles = await page.locator(".mx_EventTile").all();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue