mirror of https://github.com/vector-im/riot-web
Lengthen timelinepanel test timeout again
It's now hitting this timeout on the jenkins box instead of the browser disconnect timeoutpull/21833/head
parent
20210e7104
commit
a5272542ef
|
@ -210,7 +210,7 @@ describe('TimelinePanel', function() {
|
||||||
var N_EVENTS = 600;
|
var N_EVENTS = 600;
|
||||||
|
|
||||||
// sadly, loading all those events takes a while
|
// 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
|
// client.getRoom is called a /lot/ in this test, so replace
|
||||||
// sinon's spy with a fast noop.
|
// sinon's spy with a fast noop.
|
||||||
|
|
Loading…
Reference in New Issue