From a5272542ef43d218ab7b5b1b1b7274dc1b79f43b Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 Jul 2016 10:39:15 +0100 Subject: [PATCH] Lengthen timelinepanel test timeout again It's now hitting this timeout on the jenkins box instead of the browser disconnect timeout --- test/components/structures/TimelinePanel-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/components/structures/TimelinePanel-test.js b/test/components/structures/TimelinePanel-test.js index d1c13ff8b8..cd9d86cd64 100644 --- a/test/components/structures/TimelinePanel-test.js +++ b/test/components/structures/TimelinePanel-test.js @@ -210,7 +210,7 @@ describe('TimelinePanel', function() { var N_EVENTS = 600; // sadly, loading all those events takes a while - this.timeout(N_EVENTS * 20); + this.timeout(N_EVENTS * 30); // client.getRoom is called a /lot/ in this test, so replace // sinon's spy with a fast noop.