more realistic timeouts for slower devices

This commit is contained in:
John McLear 2021-01-27 05:15:17 +00:00
parent edf1dabe65
commit 88d99c0d60
6 changed files with 14 additions and 16 deletions

View file

@ -16,8 +16,6 @@ describe('chat-load-messages', function () {
const chatInput = chrome$('#chatinput');
const chatText = chrome$('#chattext');
this.timeout(60000);
const messages = 140;
for (let i = 1; i <= messages; i++) {
let num = `${i}`;