Signed-off-by: Sean Young <sean@mess.org>
@@ -99,7 +99,7 @@ jobs:
needs: linux
services:
solana:
- image: solanalabs/solana:edge
+ image: solanalabs/solana:v1.5.0
ports:
- 8899
- 8900
@@ -26,7 +26,7 @@ describe('Deploy solang contract and test', () => {
});
it('primitives', async function () {
- this.timeout(50000);
+ this.timeout(100000);
let conn = await establishConnection();