Skip to content

Commit 971d20a

Browse files
authored
ci: increase llmobs parallelism to 5 (#15317)
## Description We are seeing some timeouts in CI, the timeouts don't seem related to number of venvs run per-job, but there are exactly 5 venvs so might as well do 1 per-job anyways. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 0912d73 commit 971d20a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/llmobs/suitespec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ suites:
114114
- tests/llmobs/*
115115
runner: riot
116116
snapshot: true
117+
parallelism: 5
117118
mcp:
118119
parallelism: 1
119120
paths:

0 commit comments

Comments
 (0)