Skip to content

Commit

Permalink
test: increase wait time in LightValidatorConfig for improved stability
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Dec 22, 2024
1 parent 0f64e0f commit 61f8657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forester/tests/e2e_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use test_utils::*;
async fn test_epoch_monitor_with_test_indexer_and_1_forester() {
init(Some(LightValidatorConfig {
enable_indexer: false,
wait_time: 30,
wait_time: 40,
prover_config: Some(ProverConfig {
run_mode: Some(ProverMode::ForesterTest),
circuits: vec![],
Expand Down Expand Up @@ -271,7 +271,7 @@ pub async fn assert_queue_len(
async fn test_epoch_monitor_with_2_foresters() {
init(Some(LightValidatorConfig {
enable_indexer: false,
wait_time: 30,
wait_time: 40,
prover_config: Some(ProverConfig {
run_mode: Some(ProverMode::ForesterTest),
circuits: vec![],
Expand Down Expand Up @@ -611,7 +611,7 @@ async fn test_epoch_double_registration() {
println!("*****************************************************************");
init(Some(LightValidatorConfig {
enable_indexer: false,
wait_time: 30,
wait_time: 40,
prover_config: Some(ProverConfig {
run_mode: Some(ProverMode::ForesterTest),
circuits: vec![],
Expand Down

0 comments on commit 61f8657

Please sign in to comment.