Skip to content

Commit

Permalink
Decrease iterations of TestVersionLoopWorkflow (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Sep 24, 2023
1 parent bfb39ac commit a5ee832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ func (ts *IntegrationTestSuite) TestVersionLoopWorkflow() {
ctx, cancel := context.WithTimeout(context.Background(), ctxTimeout)
defer cancel()
run, err := ts.client.ExecuteWorkflow(ctx,
ts.startWorkflowOptions("test-version-loop-workflow"), ts.workflows.VersionLoopWorkflow, []string{"changeID_1", "changeID_2", "changeID_3"}, 256)
ts.startWorkflowOptions("test-version-loop-workflow"), ts.workflows.VersionLoopWorkflow, []string{"changeID_1", "changeID_2", "changeID_3"}, 126)
ts.NoError(err)

err = run.Get(ctx, nil)
Expand Down

0 comments on commit a5ee832

Please sign in to comment.