Skip to content

Commit

Permalink
[SPARK-49853][SQL][TESTS] Increase test timeout of PythonForeachWrite…
Browse files Browse the repository at this point in the history
…rSuite to 60s
  • Loading branch information
dongjoon-hyun committed Oct 2, 2024
1 parent 3551a9e commit 0ff29f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PythonForeachWriterSuite extends SparkFunSuite with Eventually with Mockit
}
private val iterator = buffer.iterator
private val outputBuffer = new ArrayBuffer[Int]
private val testTimeout = timeout(20.seconds)
private val testTimeout = timeout(60.seconds)
private val intProj = UnsafeProjection.create(Array[DataType](IntegerType))
private val thread = new Thread() {
override def run(): Unit = {
Expand Down

0 comments on commit 0ff29f8

Please sign in to comment.