Skip to content

Commit

Permalink
IWF-186: Bump sleep timer
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Oct 9, 2024
1 parent 9262c2c commit c555576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ/any_command_combination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func doTestAnyCommandCombinationWorkflow(t *testing.T, backendType service.Backe
panicAtHttpError(err, httpResp)

// skip the timer for S1
time.Sleep(time.Second * 2) // wait for a second so that timer is ready to be skipped
time.Sleep(time.Second * 5) // wait for a few seconds so that timer is ready to be skipped
req3 := apiClient.DefaultApi.ApiV1WorkflowTimerSkipPost(context.Background())
httpResp, err = req3.WorkflowSkipTimerRequest(iwfidl.WorkflowSkipTimerRequest{
WorkflowId: wfId,
Expand Down

0 comments on commit c555576

Please sign in to comment.