1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-05 00:42:10 +03:00

Increase timeout to try & avoid flakiness in queueToDevice test (#2565)

https://github.com/matrix-org/matrix-js-sdk/issues/2561
This commit is contained in:
David Baker
2022-08-05 15:35:29 +01:00
committed by GitHub
parent 3907d1c28f
commit 7b7f8c1592

View File

@@ -244,7 +244,8 @@ describe.each([
client.retryImmediately();
expect(await httpBackend.flush(null, 1, 20)).toEqual(1);
// longer timeout here to try & avoid flakiness
expect(await httpBackend.flush(null, 1, 3000)).toEqual(1);
});
it("retries on when client is started", async function() {