chore: add test timeouts

This commit is contained in:
Michael Vines
2022-01-21 13:01:48 -08:00
parent 0e587488b5
commit ae95540387
2 changed files with 11 additions and 5 deletions

View File

@ -128,5 +128,5 @@ describe('Transaction Payer', () => {
expect(
await connection.getBalance(accountFrom.publicKey, 'confirmed'),
).to.eq(minimumAmount + 2);
});
}).timeout(30 * 1000);
});