Skip to content

Commit

Permalink
Bump timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 26, 2023
1 parent 850d56d commit d21a84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub fn create_proto_command<T: AsRef<Path>>(path: T) -> assert_cmd::Command {
let path = path.as_ref();

let mut cmd = create_command_with_name(path, "proto");
cmd.timeout(std::time::Duration::from_secs(180));
cmd.timeout(std::time::Duration::from_secs(240));
cmd.env("PROTO_HOME", path.as_os_str());
cmd.env("PROTO_LOG", "trace");
cmd.env("PROTO_WASM_LOG", "trace");
Expand Down

0 comments on commit d21a84f

Please sign in to comment.