updated timeouts

This commit is contained in:
Tony Tam
2015-09-19 11:36:40 -07:00
parent f6f8e74586
commit 20b0dde184
4 changed files with 388 additions and 384 deletions

View File

@@ -17,10 +17,10 @@ var elements = [
];
describe('swagger 2.0 spec tests', function () {
this.timeout(20 * 1000);
this.timeout(40 * 1000);
before(function (done) {
this.timeout(30 * 1000);
this.timeout(50 * 1000);
servers.start('/v2/petstore.json', done);
});