Skip to content

Commit

Permalink
Change property in suite also
Browse files Browse the repository at this point in the history
  • Loading branch information
mridulm committed Mar 18, 2014
1 parent 167fad8 commit 5ff59c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class TaskSetManagerSuite extends FunSuite with LocalSparkContext with Logging {
test("executors should be blacklisted after task failure, in spite of locality preferences") {
val rescheduleDelay = 300L
val conf = new SparkConf().
set("spark.task.executorBlacklistTimeout", rescheduleDelay.toString).
set("spark.scheduler.executorTaskBlacklistTime", rescheduleDelay.toString).
// dont wait to jump locality levels in this test
set("spark.locality.wait", "0")

Expand Down

0 comments on commit 5ff59c2

Please sign in to comment.