mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
increase timeout
This commit is contained in:
parent
fe37c45a5d
commit
cca0552c39
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ describe('Responsiveness of Editor', function() {
|
||||||
// create a new pad before each test run
|
// create a new pad before each test run
|
||||||
beforeEach(function(cb) {
|
beforeEach(function(cb) {
|
||||||
helper.newPad(cb);
|
helper.newPad(cb);
|
||||||
|
this.timeout(60000)
|
||||||
});
|
});
|
||||||
// JM commented out on 8th Sep 2020 for a release, after release this needs uncommenting
|
// JM commented out on 8th Sep 2020 for a release, after release this needs uncommenting
|
||||||
// And the test needs to be fixed to work in Firefox 52 on Windows 7. I am not sure why it fails on this specific platform
|
// And the test needs to be fixed to work in Firefox 52 on Windows 7. I am not sure why it fails on this specific platform
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue