Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit be652a9

Browse files
committed
node version 12 removed in the travis YML file and timeout removed in the test files
1 parent 653b5a9 commit be652a9

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_js:
33
- "8"
44
- "10"
55
- "11"
6-
- "12"
76
env:
87
- CXX=g++-4.8
98
addons:

test/eth.accounts.encrypt-decrypt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ describe("eth", function () {
190190
staticTests.forEach(function (test, i) {
191191
it("decrypt staticTests and compare to private key", function() {
192192
// increase the test timeout
193-
this.timeout(25000);// TODO: Decrease timeout after the scrypt.js fix got released
193+
this.timeout(6000);
194194

195195
var ethAccounts = new Accounts();
196196

test/eth.accounts.wallet.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ describe("eth", function () {
268268
});
269269

270270
it("encrypt then decrypt wallet", function() {
271-
this.timeout(6000); // TODO: Remove timeout after the scrypt.js fix got released.
272-
273271
var ethAccounts = new Accounts();
274272
var password = "qwerty";
275273

0 commit comments

Comments
 (0)