Skip to content

Commit ffbb284

Browse files
committed
Merge related fix
1 parent 3dd1ba5 commit ffbb284

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/sdk-core/tests/integ_tests/worker_tests.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,7 @@ impl ShutdownTimerActivityLoopWf {
10051005
ctx.start_activity(
10061006
StdActivities::no_op,
10071007
(),
1008-
ActivityOptions {
1009-
start_to_close_timeout: Some(Duration::from_secs(10)),
1010-
..Default::default()
1011-
},
1008+
ActivityOptions::start_to_close_timeout(Duration::from_secs(10)),
10121009
)
10131010
.await
10141011
.map_err(|e| WorkflowTermination::from(anyhow::Error::from(e)))?;

0 commit comments

Comments
 (0)