Skip to content

Commit

Permalink
Remove unnecessary change from integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
fimanishi committed Jan 22, 2025
1 parent 7f212b9 commit f3b3336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/matching/handler/engine_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ func (s *matchingEngineSuite) TestAddTaskAfterStartFailure() {
Execution: &workflowExecution,
ScheduleID: scheduleID,
TaskList: taskList,
ScheduleToStartTimeoutSeconds: 100,
ScheduleToStartTimeoutSeconds: 1,
}

_, err := addTask(s.matchingEngine, s.handlerContext, addRequest)
Expand Down

0 comments on commit f3b3336

Please sign in to comment.