We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf696ff commit 6c57b4bCopy full SHA for 6c57b4b
core/src/test/scala/org/apache/spark/deploy/rest/StandaloneRestProtocolSuite.scala
@@ -135,7 +135,7 @@ class StandaloneRestProtocolSuite extends FunSuite with BeforeAndAfterAll with B
135
}
136
137
/** Wait until the given driver has finished running up to the specified timeout. */
138
- private def waitUntilFinished(driverId: String, maxSeconds: Int = 10): Unit = {
+ private def waitUntilFinished(driverId: String, maxSeconds: Int = 30): Unit = {
139
var finished = false
140
val expireTime = System.currentTimeMillis + maxSeconds * 1000
141
while (!finished) {
0 commit comments