Skip to content

Commit

Permalink
chore: bump databricks e2e timeout (microsoft#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored and JessicaXYWang committed Sep 14, 2023
1 parent 19f898c commit 272003b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object DatabricksUtilities {
).toJson.compactPrint

// Execution Params
val TimeoutInMillis: Int = 40 * 60 * 1000
val TimeoutInMillis: Int = 50 * 60 * 1000

val DocsDir = FileUtilities.join(BuildInfo.baseDirectory.getParent, "docs").getCanonicalFile()
val NotebookFiles: Array[File] = FileUtilities.recursiveListFiles(DocsDir)
Expand Down

0 comments on commit 272003b

Please sign in to comment.