Skip to content

Commit

Permalink
chore: improve test reliability (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Aug 8, 2024
1 parent e3c8784 commit 84ed59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ abstract class DatabricksTestHelper extends TestBase {

assert(notebooks.nonEmpty)

val maxConcurrency = 10
val maxConcurrency = 8
val executorService = Executors.newFixedThreadPool(maxConcurrency)
implicit val executionContext: ExecutionContext = ExecutionContext.fromExecutor(executorService)

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies:
- ipython
- pytest-codeblocks
- azure-storage-blob
- twine
- jupyter
- twine
- mlflow
- numpy
- torch==2.0.0
Expand Down

0 comments on commit 84ed59d

Please sign in to comment.