Skip to content

Commit

Permalink
fix metadata msg expiry test case
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed May 14, 2024
1 parent 68d1bd2 commit 8f930ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testnet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe("torus utils migrated testnet on sapphire", function () {
network: TORUS_LEGACY_NETWORK.TESTNET,
clientId: "YOUR_CLIENT_ID",
enableOneKey: true,
serverTimeOffset: -100,
serverTimeOffset: -700,
});
const { torusNodeSSSEndpoints: torusNodeEndpoints, torusIndexes, torusNodePub } = await TORUS_NODE_MANAGER.getNodeDetails(verifierDetails);
try {
Expand Down

0 comments on commit 8f930ea

Please sign in to comment.