Skip to content

Commit

Permalink
Extended the timeout to 30 secs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Jun 30, 2020
1 parent b571f4c commit 2a47155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ class SparkSubmitSuite
"--jars", jarUrl.toString,
"--files", tempFile.toString,
unusedJar.toString)
runSparkSubmit(args, timeout = 10.seconds)
runSparkSubmit(args, timeout = 30.seconds)
}

private def testRemoteResources(
Expand Down

0 comments on commit 2a47155

Please sign in to comment.