extended timeouts
This commit is contained in:
@@ -17,10 +17,10 @@ var elements = [
|
||||
];
|
||||
|
||||
describe('swagger 2.0 spec tests', function () {
|
||||
this.timeout(10 * 1000);
|
||||
this.timeout(10 * 3000);
|
||||
|
||||
before(function (done) {
|
||||
this.timeout(25 * 1000);
|
||||
this.timeout(25 * 3000);
|
||||
servers.start('/v2/petstore.json', done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user