Skip to content

Commit

Permalink
Merge pull request #133 from enkryptcom/fix/request-tests
Browse files Browse the repository at this point in the history
fix: tests
  • Loading branch information
brettkolodny authored Aug 19, 2022
2 parents f1fb612 + 0906649 commit 51623a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/request/tests/request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("Request calls test", () => {
expect(balance).to.be.a("string");
request.disconnect();
}
}).timeout(3000);
}).timeout(30000);
});

describe("Middleware calls", () => {
Expand Down

1 comment on commit 51623a9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.