increase TravisCI timeout to 20s

This commit is contained in:
Mohsen Azimi
2015-03-04 08:51:20 -08:00
parent a80570a4b7
commit b30c99dd63
3 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ describe('swagger 2.0 spec tests', function (done) {
this.timeout(10 * 1000);
before(function (done) {
this.timeout(25 * 1000);
servers.start('/v2/petstore.json', done);
});