Skip to content

Commit

Permalink
chore: increase install timeout (#1139)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Sep 28, 2024
1 parent ca43432 commit 38584c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/pkg/cluster/src/workflows/server/install/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct InstallOverSshInput {
}

#[activity(InstallOverSsh)]
#[timeout = 120]
#[timeout = 300]
#[max_retries = 10]
async fn install_over_ssh(ctx: &ActivityCtx, input: &InstallOverSshInput) -> GlobalResult<()> {
let public_ip = input.public_ip;
Expand Down

0 comments on commit 38584c9

Please sign in to comment.