mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
tests: timeslider_follow increase test timeout for firefox.
This commit is contained in:
parent
1908bedabe
commit
0ac33d2085
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ describe('timeslider follow', function () {
|
|||
// TODO needs test if content is also followed, when user a makes edits
|
||||
// while user b is in the timeslider
|
||||
it("content as it's added to timeslider", async function () {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
// send 6 revisions
|
||||
const revs = 6;
|
||||
const message = 'a\n\n\n\n\n\n\n\n\n\n';
|
||||
|
|
Loading…
Reference in a new issue