1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-26 21:23:26 +03:00

Extend timeouts in joining tests again

this seems to work? maybe?
This commit is contained in:
Richard van der Hoff
2017-06-15 16:01:26 +01:00
parent 43f56483aa
commit a28af8bcc6
2 changed files with 3 additions and 3 deletions

View File

@@ -119,8 +119,8 @@ describe('joining a room', function () {
httpBackend.when('POST', '/publicRooms').respond(200, {chunk: []});
httpBackend.when('GET', '/thirdparty/protocols').respond(200, {});
return q.all([
httpBackend.flush('/publicRooms'),
httpBackend.flush('/thirdparty/protocols'),
httpBackend.flush('/publicRooms'),
]);
}).then(() => {
var roomDir = ReactTestUtils.findRenderedComponentWithType(