Skip to content

Commit

Permalink
increase solver-deadline to more realistic value for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth committed Jan 15, 2024
1 parent 3dd562b commit 9a19623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/src/setup/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<'a> Services<'a> {
"--auction-update-interval=1s".to_string(),
format!("--ethflow-contract={:?}", self.contracts.ethflow.address()),
"--skip-event-sync=true".to_string(),
"--solve-deadline=2s".to_string(),
"--solve-deadline=11s".to_string(),
]
.into_iter()
.chain(self.api_autopilot_solver_arguments())
Expand Down

0 comments on commit 9a19623

Please sign in to comment.