Skip to content

Commit 27f8158

Browse files
committed
test(coprocessor): host-listener, faster tests
1 parent da3aafb commit 27f8158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coprocessor/fhevm-engine/host-listener/tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sol!(
4848
use crate::ACLTest::ACLTestInstance;
4949
use crate::FHEVMExecutorTest::FHEVMExecutorTestInstance;
5050

51-
const NB_EVENTS_PER_WALLET: i64 = 200;
51+
const NB_EVENTS_PER_WALLET: i64 = 100;
5252

5353
async fn emit_events<P, N>(
5454
wallets: &[EthereumWallet],

0 commit comments

Comments
 (0)