Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shailesh Jagannath Padave committed Nov 19, 2024
1 parent 5b018ae commit bffd413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void createTaskDefinitions() {
metadataClient = orkesClients.getMetadataClient();

// Create task definitions
taskDef = new TaskDef(taskName, "task to update database", "[email protected]", 3, 4, 3);
taskDef = new TaskDef(taskName, "task to update database", "[email protected]", 3, 4, 3,50);

taskDef2 = new TaskDef();
taskDef2.setName(taskName2);
Expand Down

0 comments on commit bffd413

Please sign in to comment.