Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed May 31, 2023
1 parent f0ee986 commit d329e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AbortTest extends BaseSparkTest {
ArangoDBConf.PROTOCOL -> protocol,
ArangoDBConf.CONTENT_TYPE -> contentType,
ArangoDBConf.OVERWRITE_MODE -> OverwriteMode.replace.getValue,
ArangoDBConf.BATCH_SIZE -> "9"
ArangoDBConf.BATCH_SIZE -> "1"
))
.save()
})
Expand Down

0 comments on commit d329e8d

Please sign in to comment.