Skip to content

Commit d329e8d

Browse files
committed
test fixes
1 parent f0ee986 commit d329e8d

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/scala/org/apache/spark/sql/arangodb/datasource/write

1 file changed

+1
-1
lines changed

integration-tests/src/test/scala/org/apache/spark/sql/arangodb/datasource/write/AbortTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class AbortTest extends BaseSparkTest {
153153
ArangoDBConf.PROTOCOL -> protocol,
154154
ArangoDBConf.CONTENT_TYPE -> contentType,
155155
ArangoDBConf.OVERWRITE_MODE -> OverwriteMode.replace.getValue,
156-
ArangoDBConf.BATCH_SIZE -> "9"
156+
ArangoDBConf.BATCH_SIZE -> "1"
157157
))
158158
.save()
159159
})

0 commit comments

Comments
 (0)