mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
tests: Remove overly aggressive timeouts
This commit is contained in:
parent
3c6aef11bd
commit
263105d185
3 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@ describe(__filename, function () {
|
|||
|
||||
describe('/javascript', function () {
|
||||
it('/javascript -> 200', async function () {
|
||||
this.timeout(200);
|
||||
await agent.get('/javascript').expect(200);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue