We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e05b38 commit 0ee7c26Copy full SHA for 0ee7c26
coprocessor/fhevm-engine/host-listener/tests/integration_test.rs
@@ -47,7 +47,7 @@ sol!(
47
use crate::ACLTest::ACLTestInstance;
48
use crate::FHEVMExecutorTest::FHEVMExecutorTestInstance;
49
50
-const NB_EVENTS_PER_WALLET: i64 = 200;
+const NB_EVENTS_PER_WALLET: i64 = 100;
51
52
async fn emit_events<P, N>(
53
wallets: &[EthereumWallet],
@@ -256,12 +256,6 @@ async fn test_bad_chain_id() {
256
}
257
258
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
-
265
#[tokio::test]
266
#[serial(db)]
267
async fn test_listener_restart_and_chain_reorg() -> Result<(), anyhow::Error> {
0 commit comments