From 01cd82bc6a6b4d403d8de13aa3fa80a4be41fc77 Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Mon, 10 May 2021 18:12:47 +0100 Subject: [PATCH] undo test timeout --- spec/integ/megolm-integ.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integ/megolm-integ.spec.js b/spec/integ/megolm-integ.spec.js index e43aab4ef..c8b117953 100644 --- a/spec/integ/megolm-integ.spec.js +++ b/spec/integ/megolm-integ.spec.js @@ -699,7 +699,7 @@ describe("megolm", function() { // the crypto stuff can take a while, so give the requests a whole second. aliceTestClient.httpBackend.flushAllExpected({ - timeout: 10000, + timeout: 1000, }), ]); }).then(function() {