Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

increase timeout on completion for connector process #197

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void verifyProcessStatus() throws Exception {
String processId = Serenity.sessionVariableCalled("processInstanceId");
processQuerySteps.checkProcessInstanceStatus(processId,
ProcessInstance.ProcessInstanceStatus.COMPLETED);
auditSteps.checkProcessInstanceEvent(processId, ProcessRuntimeEvent.ProcessEvents.PROCESS_COMPLETED);
auditSteps.checkProcessInstanceEvent(processId, ProcessRuntimeEvent.ProcessEvents.PROCESS_COMPLETED,20);
}

@Then("a variable was created with name $variableName")
Expand Down