chore(cloud): verify integration change
This commit is contained in:
+1
-3
@@ -302,9 +302,7 @@ class WorkflowRunner:
|
||||
detail={"reason": f"unknown condition kind: {exc}"},
|
||||
)
|
||||
|
||||
elapsed = (
|
||||
datetime.now(started_at.tzinfo) - started_at
|
||||
).total_seconds()
|
||||
elapsed = (datetime.now(started_at.tzinfo) - started_at).total_seconds()
|
||||
if elapsed >= timeout_seconds:
|
||||
return WorkflowStepResult(
|
||||
step_id=step.step_id,
|
||||
|
||||
Reference in New Issue
Block a user