Skip to content

Commit

Permalink
Increase timeout on isomorphic test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wehriam committed Apr 9, 2016
1 parent 4d36053 commit c2c2813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/isomorphic/experiment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import co from "co";
import UUID from "node-uuid";

describe("Experiment", function() {
this.timeout(10000);
it("should render to a string.", co.wrap(function *(){
let experimentName = UUID.v4();
let App = React.createClass({
Expand Down

0 comments on commit c2c2813

Please sign in to comment.