fix: missing timeout for regression test

This commit is contained in:
ppedziwiatr
2022-01-21 15:37:35 +01:00
parent e5a171a2a1
commit fcfa93aae3

View File

@@ -94,7 +94,7 @@ describe('readState', () => {
const result2String = stringify(result2.state).trim();
expect(result2String).toEqual(resultString);
});
}, 600000);
it('should properly check balance of a PST contract', async () => {
const jwk = await arweave.wallets.generate();