Skip to content

Commit

Permalink
give jasmine tests more time
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Mar 13, 2016
1 parent f259f88 commit 9b5e9e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/appSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ var os = require('os');

describe('nitro:app', function () {

jasmine.DEFAULT_TIMEOUT_INTERVAL = 15000;

describe('when using default options', function () {
beforeAll(function (done) {
helpers.run(path.join(__dirname, '../app'))
Expand Down

0 comments on commit 9b5e9e7

Please sign in to comment.