Skip to content

Commit

Permalink
Merge branch 'master' into test_nosql_history_storage_GetAllHistoryTr…
Browse files Browse the repository at this point in the history
…eeBranches
  • Loading branch information
jakobht authored Apr 29, 2024
2 parents 96a20ae + c669c4f commit 0f210b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions host/workflowsidinternalratelimit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ func (s *WorkflowIDInternalRateLimitIntegrationSuite) TestWorkflowIDSpecificInte
ActivityType: &types.ActivityType{Name: activityName},
TaskList: &types.TaskList{Name: testTaskListName},
Input: buf.Bytes(),
ScheduleToCloseTimeoutSeconds: common.Int32Ptr(1),
ScheduleToStartTimeoutSeconds: common.Int32Ptr(1),
StartToCloseTimeoutSeconds: common.Int32Ptr(1),
ScheduleToCloseTimeoutSeconds: common.Int32Ptr(5),
ScheduleToStartTimeoutSeconds: common.Int32Ptr(5),
StartToCloseTimeoutSeconds: common.Int32Ptr(5),
HeartbeatTimeoutSeconds: common.Int32Ptr(1),
},
}}, nil
Expand Down

0 comments on commit 0f210b8

Please sign in to comment.