Skip to content
Prev Previous commit
Next Next commit
Increase the timeout on the transfer progress test
  • Loading branch information
John Haley committed Feb 19, 2015
commit 1c03a4b6992f8f9973b3559740cb642e827a7cd6
2 changes: 1 addition & 1 deletion test/tests/remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe("Remote", function() {

it("can monitor transfer progress while downloading", function() {
// Set a reasonable timeout here now that our repository has grown.
this.timeout(15000);
this.timeout(30000);

var repo = this.repository;
var wasCalled = false;
Expand Down