Skip to content

Commit

Permalink
update test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Apr 23, 2017
1 parent a22b5f8 commit 94af804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/h.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expect from 'expect';
import init from '../src/';

describe('h', function test() {
this.timeout(10000);
this.timeout(30000);

let vdom;
let h;
Expand Down
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expect from 'expect';
import init from '../src/';

describe('load', function test() {
this.timeout(10000);
this.timeout(30000);

afterEach(() => {
delete window.WebAssembly;
Expand Down
2 changes: 1 addition & 1 deletion test/patch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expect from 'expect';
import init from '../src/';

describe('patch', function testPatch() {
this.timeout(10000);
this.timeout(30000);

let root;
let vdom;
Expand Down

0 comments on commit 94af804

Please sign in to comment.