Skip to content

Commit

Permalink
Fix test to work reliably on slow computers
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed Oct 29, 2018
1 parent f40c5c2 commit 628a2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ it('Can change details while old addresses are still being generated', function(
});
});
});
}, generateDelay + 5000);
}, generateDelay + 10000);

// Github issue 49
// padding for binary should give length with multiple of 256
Expand Down

0 comments on commit 628a2f5

Please sign in to comment.