Skip to content

Commit

Permalink
feat: bumped output timeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Jul 7, 2023
1 parent a553867 commit bf1271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wick/flow-graph-interpreter/src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ pub struct InterpreterOptions {
impl Default for InterpreterOptions {
fn default() -> Self {
Self {
output_timeout: Duration::from_secs(60),
output_timeout: Duration::from_secs(500),
}
}
}
Expand Down

0 comments on commit bf1271b

Please # to comment.