Skip to content

Commit 0ee7c26

Browse files
committed
test(coprocessor): host-listener, faster tests
1 parent 2e05b38 commit 0ee7c26

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

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

50-
const NB_EVENTS_PER_WALLET: i64 = 200;
50+
const NB_EVENTS_PER_WALLET: i64 = 100;
5151

5252
async fn emit_events<P, N>(
5353
wallets: &[EthereumWallet],
@@ -256,12 +256,6 @@ async fn test_bad_chain_id() {
256256
}
257257
}
258258

259-
#[tokio::test]
260-
#[serial(db)]
261-
async fn test_listener_restart() -> Result<(), anyhow::Error> {
262-
test_listener_no_event_loss(true, false).await
263-
}
264-
265259
#[tokio::test]
266260
#[serial(db)]
267261
async fn test_listener_restart_and_chain_reorg() -> Result<(), anyhow::Error> {

0 commit comments

Comments
 (0)