Skip to content

Commit 3a81d9d

Browse files
author
John Haley
committed
Increase timeout for transfer progress test
1 parent 4bee8a8 commit 3a81d9d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

generate/templates/partials/field_accessors.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
baton->{{ arg.name }} = {{ arg.name }};
8585
{% endeach %}
8686

87+
baton->result = 0;
8788
baton->req.data = baton;
8889
baton->done = false;
8990

test/tests/remote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe("Remote", function() {
114114

115115
it("can monitor transfer progress while downloading", function() {
116116
// Set a reasonable timeout here now that our repository has grown.
117-
this.timeout(30000);
117+
this.timeout(600000);
118118

119119
var repo = this.repository;
120120
var wasCalled = false;

0 commit comments

Comments
 (0)