Skip to content

Commit e79bee0

Browse files
committed
JAVA-1178: Working a bit on the test to see what's going on with Jenkins.
1 parent 1914028 commit e79bee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/com/mongodb/BulkWriteOperationSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ class BulkWriteOperationSpecification extends FunctionalSpecification {
642642
operation.insert(new BasicDBObject('_id', 1))
643643

644644
when:
645-
operation.execute(new WriteConcern(2, 1))
645+
operation.execute(new WriteConcern(5, 1))
646646

647647
then:
648648
thrown(BulkWriteException)

0 commit comments

Comments
 (0)