Skip to content

Commit ba17d02

Browse files
Update test
1 parent ab30b16 commit ba17d02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tests/types/EraSummary.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const validateDelegatorAllocationTest2 = (
9999
).to.deep.equal(jsonDelegator?.amount);
100100
};
101101

102-
describe('EraSummary', () => {
102+
describe('EraSummary', function () {
103+
this.timeout(10000);
103104
it('should correctly parse and match the era summary json', () => {
104105
const serializer = new TypedJSON(EraSummary);
105106
const jsonRes = serializer.parse(eraSummaryJson);

0 commit comments

Comments
 (0)