Default timeout to 30 seconds on CI and 10 seconds locally

This commit is contained in:
Kevin Sawicki 2016-11-29 14:29:35 -08:00
parent 4ccc3d9fb3
commit 10386edea5
6 changed files with 1 additions and 29 deletions

View file

@ -26,7 +26,6 @@ const kOneKiloByte = 1024
const kOneMegaByte = kOneKiloByte * kOneKiloByte
describe('net module', function () {
// this.timeout(0)
describe('HTTP basics', function () {
let server
beforeEach(function (done) {