mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 15:28:09 -05:00
test fix: timer timeout has changed
This commit is contained in:
@@ -79,7 +79,7 @@ class JsonRpcExecutorHandlerTest {
|
||||
handler.handle(mockContext);
|
||||
|
||||
// Assert
|
||||
verify(mockVertx).setTimer(eq(30000L), any());
|
||||
verify(mockVertx).setTimer(eq(300000L), any());
|
||||
|
||||
// Simulate timeout
|
||||
timerHandlerCaptor.getValue().handle(1L);
|
||||
|
||||
Reference in New Issue
Block a user