1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

undo test timeout

This commit is contained in:
Germain Souquet
2021-05-10 18:12:47 +01:00
parent d2a6a8b283
commit 01cd82bc6a

View File

@@ -699,7 +699,7 @@ describe("megolm", function() {
// the crypto stuff can take a while, so give the requests a whole second. // the crypto stuff can take a while, so give the requests a whole second.
aliceTestClient.httpBackend.flushAllExpected({ aliceTestClient.httpBackend.flushAllExpected({
timeout: 10000, timeout: 1000,
}), }),
]); ]);
}).then(function() { }).then(function() {