Skip to content

Commit 687c3e4

Browse files
committed
Reduce test time
1 parent d09845b commit 687c3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ class StreamSuite extends StreamTest {
11181118
CheckLastBatch { rows: Seq[Row] =>
11191119
lastTimestamp = assertBatchOutputAndUpdateLastTimestamp(rows, lastTimestamp, currentDate, 1)
11201120
},
1121-
Execute { _ => Thread.sleep(3 * 1000) },
1121+
Execute { _ => Thread.sleep(1000) },
11221122
AddData(input, 2),
11231123
CheckLastBatch { rows: Seq[Row] =>
11241124
lastTimestamp = assertBatchOutputAndUpdateLastTimestamp(rows, lastTimestamp, currentDate, 2)

0 commit comments

Comments
 (0)