Skip to content

Commit

Permalink
fix(api-client): flaky DefaultConsortiumProvider test #605
Browse files Browse the repository at this point in the history
Fixes #605

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Mar 1, 2021
1 parent b892655 commit 2ff9a25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { AddressInfo } from "net";

import test, { Test } from "tape";

// import { ApiClient } from "../../../main/typescript/public-api";
import { DefaultApi as ConsortiumManualApi } from "@hyperledger/cactus-plugin-consortium-manual";
import { LogLevelDesc, Servers } from "@hyperledger/cactus-common";
import { DefaultConsortiumProvider } from "../../../main/typescript";
Expand All @@ -21,7 +20,7 @@ test("Reports failures with meaningful information", async (t: Test) => {
apiClient: new ConsortiumManualApi({
basePath: apiHost,
baseOptions: {
timeout: 100,
timeout: 2000,
},
}),
});
Expand Down

0 comments on commit 2ff9a25

Please sign in to comment.