From 5d276944a80bc8bb03d65d8d8b33ca1f88d22795 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 27 Jan 2021 05:38:29 +0000 Subject: [PATCH] more realistic timeouts for slower devices --- tests/frontend/specs/chat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/frontend/specs/chat.js b/tests/frontend/specs/chat.js index 10bb670cb..67ef1c6b7 100644 --- a/tests/frontend/specs/chat.js +++ b/tests/frontend/specs/chat.js @@ -50,7 +50,7 @@ describe('Chat messages and UI', function () { }); it('makes chat stick to right side of the screen via settings, remove sticky via settings, close it', async function () { - this.timeout(2000); + this.timeout(5000); await helper.showSettings(); await helper.enableStickyChatviaSettings(); @@ -67,7 +67,7 @@ describe('Chat messages and UI', function () { }); it('makes chat stick to right side of the screen via icon on the top right, remove sticky via icon, close it', async function () { - this.timeout(2000); + this.timeout(5000); await helper.showChat(); await helper.enableStickyChatviaIcon();