Skip to content

Commit

Permalink
fix: bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Aug 26, 2020
1 parent 867a1f7 commit 9dc7dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.vectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (!vectors["hex"]) {
var results = {};

describe("Basic algo tests with " + set + "-vectors", function() {
this.timeout(10000);
this.timeout(60000);

algos.push("@");
algos.forEach(function(algo) {
Expand Down

0 comments on commit 9dc7dab

Please # to comment.