Skip to content

Commit

Permalink
test: increase timer for epoch waiting to test node state syncing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Sep 17, 2024
1 parent 5332c76 commit 6b5645b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/tests/Epoch/EpochTransition.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('Epoch Transition', () => {
devEnv.testnet?.transitionEpochAndWait();
// give some time for the transition to start
await new Promise<void>((res) => {
setTimeout(res, 15_000);
setTimeout(res, 20_000);
});
await devEnv.litNodeClient?.disconnect();
await devEnv.litNodeClient?.connect();
Expand Down
2 changes: 1 addition & 1 deletion packages/tinny/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/tinny",
"version": "6.4.1",
"version": "6.4.10",
"private": true,
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 6b5645b

Please sign in to comment.