We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab30b16 commit ba17d02Copy full SHA for ba17d02
1 file changed
src/tests/types/EraSummary.test.ts
@@ -99,7 +99,8 @@ const validateDelegatorAllocationTest2 = (
99
).to.deep.equal(jsonDelegator?.amount);
100
};
101
102
-describe('EraSummary', () => {
+describe('EraSummary', function () {
103
+ this.timeout(10000);
104
it('should correctly parse and match the era summary json', () => {
105
const serializer = new TypedJSON(EraSummary);
106
const jsonRes = serializer.parse(eraSummaryJson);
0 commit comments