Skip to content

Commit

Permalink
Merge branch 'master' into snowden/fix-aq-bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSnowden authored Jan 19, 2023
2 parents 07c3ad5 + a54483d commit 45ea487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/workflow/task_generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestTaskGeneratorImpl_GenerateWorkflowCloseTasks(t *testing.T) {
p.Retention = 24 * time.Hour
p.ArchivalProcessorArchiveDelay = 12 * time.Hour

p.ExpectedArchiveExecutionTaskVisibilityTimestamp = time.Unix(0, 0).Add(6 * time.Hour)
p.ExpectedArchiveExecutionTaskVisibilityTimestamp = time.Unix(0, 0).Add(p.ArchivalProcessorArchiveDelay)
p.ExpectCloseExecutionVisibilityTask = true
p.ExpectArchiveExecutionTask = true
},
Expand Down

0 comments on commit 45ea487

Please sign in to comment.