Skip to content

Commit b4ed7fc

Browse files
authored
ci: increase openai parallelism to 14 (#15180)
## Description I am seeing this job time out a lot, it has 42 venvs to run, if we bump the parallelism a bit it should help. ## 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 6372eed commit b4ed7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llmobs/suitespec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ suites:
143143
runner: riot
144144
snapshot: true
145145
openai:
146-
parallelism: 10
146+
parallelism: 14
147147
paths:
148148
- '@bootstrap'
149149
- '@core'

0 commit comments

Comments
 (0)