From 1c280baddebc21286224302c745eef77f885a4b4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 23 Jun 2016 18:36:44 +0100 Subject: [PATCH] Increase timeout on TimelinePanel test Since it looks like this timeout sometimes isn't sufficient to scroll all the way up when jenkins is very busy --- 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 045ccd70b7..de547b1779 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 * 40); // client.getRoom is called a /lot/ in this test, so replace // sinon's spy with a fast noop.