Skip to content

Commit

Permalink
fix intermittent build failures (maybe). closes mochajs#1407
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Hiller authored and tandrewnichols committed Dec 15, 2014
1 parent 0b965fa commit 0275c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/http.meta.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function get(url) {

expected = body;
describe('GET ' + url, function(){
this.timeout(500);
if (fields) {
describe('when given ' + fields, function(){
it('should respond with "' + body + '"', request);
Expand Down

0 comments on commit 0275c92

Please sign in to comment.