Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

ci: avoid timeouts in mac-os github actions #3356

Merged
merged 1 commit into from
Jul 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/chains/ethereum/console.log/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ contract ${CONTRACT_NAME} {
const contractAddress = await deploy(code);
const method = get4ByteForSignature(`testLog(string,uint256)`);
await runTxTest(params, method, contractAddress);
});
}).timeout(10000); // github action's mac runner is slow

describe("debug_storageRangeAt", () => {
beforeEach("stop the miner", async () => {
Expand Down