mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
various timeout changes
This commit is contained in:
parent
c43de8ea59
commit
189786979f
8 changed files with 62 additions and 62 deletions
|
@ -71,7 +71,7 @@ describe(__filename, function () {
|
|||
settings.minify = false;
|
||||
});
|
||||
it('gets packages uncompressed without Accept-Encoding gzip', async function () {
|
||||
this.timeout(1500);
|
||||
this.timeout(2500);
|
||||
await Promise.all(packages.map(async (resource) => agent.get(resource)
|
||||
.set('Accept-Encoding', fantasyEncoding)
|
||||
.use(disableAutoDeflate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue