Skip to content

Commit

Permalink
[testing] prevent sync method from timing out.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed May 30, 2015
1 parent 1bed567 commit 446ee5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/specs/components/agg_response/geo_json/geo_json.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ define(function (require) {
}

describe('with table ' + JSON.stringify(tableOpts), function () {

it('outputs a chart', function () {
var table = makeTable();
var chart = makeSingleChart(table);
Expand Down Expand Up @@ -100,6 +99,8 @@ define(function (require) {

describe('properties', function () {
it('includes one feature per row in the table', function () {
this.timeout(0);

var table = makeTable();
var chart = makeSingleChart(table);
var geoColI = _.findIndex(table.columns, { aggConfig: aggs.geo });
Expand Down

0 comments on commit 446ee5b

Please sign in to comment.