Skip to content

Commit

Permalink
Fixed unit test retry timeout (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfateev committed May 24, 2020
1 parent a115d46 commit 72a16b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ func (s *SessionTestSuite) TestUserTimerWithinSession() {
func (s *SessionTestSuite) TestActivityRetryWithinSession() {
workflowFn := func(ctx Context) error {
ao := ActivityOptions{
ScheduleToCloseTimeout: 10 * time.Minute,
ScheduleToStartTimeout: time.Minute,
StartToCloseTimeout: time.Minute,
HeartbeatTimeout: time.Second * 20,
Expand Down

0 comments on commit 72a16b6

Please sign in to comment.