You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-06 12:02:40 +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:
@@ -244,7 +244,8 @@ describe.each([
|
|||||||
|
|
||||||
client.retryImmediately();
|
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() {
|
it("retries on when client is started", async function() {
|
||||||
|
Reference in New Issue
Block a user