Skip to content

Commit

Permalink
reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefd committed Sep 22, 2012
1 parent 964e98d commit 68a0a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -77,7 +77,7 @@ var tests = {
},

test_timeout: function(cb) {
return girror(remote, workdir, {timeout: 10}, function(err) {
return girror(remote, workdir, {timeout: 1}, function(err) {
assert(err);
assert(err.exitCode);
assert.equal(err.exitCode, 'killed');
Expand Down

0 comments on commit 68a0a4d

Please sign in to comment.