Skip to content

Commit

Permalink
[Minor] Bump default request timeout for farm to 180s
Browse files Browse the repository at this point in the history
  • Loading branch information
dsd-at-dfinity committed Dec 8, 2021
1 parent d0530e2 commit dfebefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/ic_fondue/src/prod_tests/farm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use url::Url;

pub type FarmResult<T> = Result<T, FarmError>;

const DEFAULT_REQ_TIMEOUT: Duration = Duration::from_secs(120);
const DEFAULT_REQ_TIMEOUT: Duration = Duration::from_secs(180);
const MAX_NUMBER_OF_RETRIES: usize = 3;

/// Farm managed resources that make up the Internet Computer under test. The
Expand Down

0 comments on commit dfebefa

Please sign in to comment.