Skip to content

Commit

Permalink
Double timeout for e2e notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jul 5, 2019
1 parent ce6eda6 commit 127fff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/scala/com/microsoft/ml/nbtest/NotebookTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class NotebookTests extends TestBase {

override def beforeAll(): Unit = {
super.beforeAll()
tryWithRetries(Array.fill(200)(10000)) {() =>
tryWithRetries(Array.fill(400)(10000)) {() =>
assert(listActiveJobs(clusterId).isEmpty,
"Cluster already has running jobs cannot change libraries safely")
}
Expand Down

0 comments on commit 127fff4

Please sign in to comment.