Skip to content
Snippets Groups Projects
Commit fa6a4fbf authored by Marcelo Vanzin's avatar Marcelo Vanzin Committed by Reynold Xin
Browse files

[SPARK-11134][CORE] Increase LauncherBackendSuite timeout.

This test can take a little while to finish on slow / loaded machines.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #9235 from vanzin/SPARK-11134.
parent a88c66ca
No related branches found
No related tags found
No related merge requests found
......@@ -54,13 +54,13 @@ class LauncherBackendSuite extends SparkFunSuite with Matchers {
.startApplication()
try {
eventually(timeout(10 seconds), interval(100 millis)) {
eventually(timeout(30 seconds), interval(100 millis)) {
handle.getAppId() should not be (null)
}
handle.stop()
eventually(timeout(10 seconds), interval(100 millis)) {
eventually(timeout(30 seconds), interval(100 millis)) {
handle.getState() should be (SparkAppHandle.State.KILLED)
}
} finally {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment