Skip to content

Commit

Permalink
chore: give tests more time (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jul 29, 2024
1 parent d453ba2 commit 46f16e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ abstract class DatabricksTestHelper extends TestBase {
notebooks: Seq[File]): Unit = {

println("Checking if cluster is active")
tryWithRetries(Seq.fill(60 * 15)(1000).toArray) { () =>
tryWithRetries(Seq.fill(60 * 20)(1000).toArray) { () =>
assert(isClusterActive(clusterId))
}

Expand Down

0 comments on commit 46f16e0

Please sign in to comment.