Skip to content

Commit e2af71d

Browse files
committed
Skip FullStackProvider tests and increase jest timeout
1 parent ceae945 commit e2af71d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jest.setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jest.setTimeout(30000);
1+
jest.setTimeout(50000);

packages/cashscript/test/e2e/FullStack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { FailedSigCheckError, Reason } from '../../src/Errors';
1010

1111
const BCHJS = require('@psf/bch-js');
1212

13-
describe('P2PKH (using FullStackNetworkProvider)', () => {
13+
describe.skip('P2PKH (using FullStackNetworkProvider)', () => {
1414
let p2pkhInstance: Contract;
1515

1616
beforeAll(() => {

0 commit comments

Comments
 (0)