Skip to content

Commit

Permalink
increase wait_time in batched tests to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Jan 6, 2025
1 parent ce8ef7b commit 8a65eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forester/tests/batched_address_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod test_utils;
async fn test_address_batched() {
init(Some(LightValidatorConfig {
enable_indexer: false,
wait_time: 40,
wait_time: 60,
prover_config: Some(ProverConfig {
run_mode: Some(ProverMode::ForesterTest),
circuits: vec![],
Expand Down
2 changes: 1 addition & 1 deletion forester/tests/batched_state_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async fn test_state_batched() {

init(Some(LightValidatorConfig {
enable_indexer: false,
wait_time: 40,
wait_time: 60,
prover_config: None,
sbf_programs: vec![],
}))
Expand Down

0 comments on commit 8a65eba

Please sign in to comment.