We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd2288 commit 4ba7671Copy full SHA for 4ba7671
tests/standalone_activity_test.go
@@ -880,6 +880,7 @@ func (s *standaloneActivityTestSuite) TestStartToCloseTimeout() {
880
Name: taskQueue.Name,
881
},
882
StartToCloseTimeout: durationpb.New(1 * time.Second),
883
+ // This test is expecting activity failure on start-to-close timeout.
884
RetryPolicy: &commonpb.RetryPolicy{
885
MaximumAttempts: 1,
886
0 commit comments