Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-weber committed Jan 8, 2025
1 parent 230aff0 commit 0930e61
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ void variableWritingTest() throws Exception {
void concurrentActivityExecutionTest() throws Exception {
int nBranches = 10;
int delay = 1000;
assert nBranches <= GlobalScheduler.GLOBAL_WORKERS;

Workflow workflow = WorkflowUtils.getParallelBranchesWorkflow( nBranches, delay, nBranches );
List<UUID> ids = WorkflowUtils.getTopologicalActivityIds( workflow );
Expand All @@ -288,7 +287,6 @@ void concurrentActivityExecutionTest() throws Exception {
void concurrentWorkflowExecutionTest() throws Exception {
int nWorkflows = 10;
int delay = 1000;
assert nWorkflows <= GlobalScheduler.GLOBAL_WORKERS;

List<Workflow> workflows = new ArrayList<>();
List<StorageManager> storageManagers = new ArrayList<>();
Expand Down

0 comments on commit 0930e61

Please sign in to comment.