Skip to content

Commit

Permalink
Add 10 sec timout interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 7, 2017
1 parent b64ad89 commit a6c76a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/terminalSpec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
if (typeof window === 'undefined') {
var jsdom = require("jsdom");
global.window = jsdom.jsdom().defaultView;
Expand Down

0 comments on commit a6c76a0

Please sign in to comment.