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 a88c66c commit fa6a4fbCopy full SHA for fa6a4fb
core/src/test/scala/org/apache/spark/launcher/LauncherBackendSuite.scala
@@ -54,13 +54,13 @@ class LauncherBackendSuite extends SparkFunSuite with Matchers {
54
.startApplication()
55
56
try {
57
- eventually(timeout(10 seconds), interval(100 millis)) {
+ eventually(timeout(30 seconds), interval(100 millis)) {
58
handle.getAppId() should not be (null)
59
}
60
61
handle.stop()
62
63
64
handle.getState() should be (SparkAppHandle.State.KILLED)
65
66
} finally {
0 commit comments