From 127fff46ca27ab142932f4955906f8054ff67bac Mon Sep 17 00:00:00 2001 From: Mark Hamilton Date: Fri, 5 Jul 2019 12:54:13 -0400 Subject: [PATCH] Double timeout for e2e notebook tests --- src/it/scala/com/microsoft/ml/nbtest/NotebookTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/scala/com/microsoft/ml/nbtest/NotebookTests.scala b/src/it/scala/com/microsoft/ml/nbtest/NotebookTests.scala index 2c46a8e8fb..1201feac3e 100644 --- a/src/it/scala/com/microsoft/ml/nbtest/NotebookTests.scala +++ b/src/it/scala/com/microsoft/ml/nbtest/NotebookTests.scala @@ -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") }