Skip to content

Commit

Permalink
node version 12 removed in the travis YML file and timeout removed in…
Browse files Browse the repository at this point in the history
… the test files
  • Loading branch information
nivida committed Jul 9, 2019
1 parent 653b5a9 commit be652a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- "8"
- "10"
- "11"
- "12"
env:
- CXX=g++-4.8
addons:
Expand Down
2 changes: 1 addition & 1 deletion test/eth.accounts.encrypt-decrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe("eth", function () {
staticTests.forEach(function (test, i) {
it("decrypt staticTests and compare to private key", function() {
// increase the test timeout
this.timeout(25000);// TODO: Decrease timeout after the scrypt.js fix got released
this.timeout(6000);

var ethAccounts = new Accounts();

Expand Down
2 changes: 0 additions & 2 deletions test/eth.accounts.wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ describe("eth", function () {
});

it("encrypt then decrypt wallet", function() {
this.timeout(6000); // TODO: Remove timeout after the scrypt.js fix got released.

var ethAccounts = new Accounts();
var password = "qwerty";

Expand Down

0 comments on commit be652a9

Please sign in to comment.