Skip to content

Commit

Permalink
Failure on travis: increase timeout first
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Sep 10, 2016
1 parent 5ce1526 commit 54bffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var path = require('path'),
chai = require('chai'),
expect = chai.expect;

var timeout = 5;
var timeout = 30;
var num_queues = 10;

function read_all(s, cb)
Expand Down

0 comments on commit 54bffca

Please sign in to comment.