Commit 3d19462d authored by Maurelian's avatar Maurelian Committed by Kelvin Fichter

style(contracts): Make ctc timeouts sane and readable

parent 4a225203
......@@ -158,7 +158,7 @@ describe('[GAS BENCHMARK] OVM_CanonicalTransactionChain', () => {
'Non-calldata overhead gas cost per transaction:',
(receipt.gasUsed.toNumber() - fixedCalldataCost) / numTxs
)
}).timeout(100000000)
}).timeout(10_000_000)
it('200 transactions in 200 contexts', async () => {
console.log(`Benchmark: 200 transactions in 200 contexts.`)
......@@ -198,7 +198,7 @@ describe('[GAS BENCHMARK] OVM_CanonicalTransactionChain', () => {
'Non-calldata overhead gas cost per transaction:',
(receipt.gasUsed.toNumber() - fixedCalldataCost) / numTxs
)
}).timeout(100000000)
}).timeout(10_000_000)
it('100 Sequencer transactions and 100 Queue transactions in 100 contexts', async () => {
console.log(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment