chore: Increase flow status update warning timeout

This commit is contained in:
github-actions[bot] (aider)
2025-05-20 12:47:43 +00:00
parent c3fa90f245
commit 6eb5ca5ba9
@@ -543,7 +543,7 @@ pub async fn process_completed_job(
#[cfg(feature = "benchmark")]
bench,
)
.warn_after_seconds(10)
.warn_after_seconds(20)
.await?;
add_time!(bench, "updated flow status END");
return Ok(r);