Skip to content

Commit

Permalink
Increate test timeout for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 6, 2016
1 parent ec0031c commit 347fc51
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 @@ -55,7 +55,7 @@ function topic_sort(a, b)
return parseInt(a.substr(1), 10) - parseInt(b.substr(1), 10);
}

var timeout = 4 * 60;
var timeout = 5 * 60;

module.exports = function (type, connect_and_accept)
{
Expand Down

0 comments on commit 347fc51

Please sign in to comment.