Skip to content

Commit 9c0f1af

Browse files
committed
Increase gas limit so tests don't fail
1 parent 2a55113 commit 9c0f1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Pigify.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ beforeEach(async () => {
1717
// Use an account to deploy contract
1818
contract = await new web3.eth.Contract(abi)
1919
.deploy({ data: bytecode })
20-
.send({ from: accounts[0], gas: "2000000" });
20+
.send({ from: accounts[0], gas: "20000000" });
2121
});
2222

2323
describe("Pigify", () => {

0 commit comments

Comments
 (0)