Skip to content

Commit edd9a89

Browse files
committed
Stress test timeout changes
1 parent e1103b2 commit edd9a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bosk-mongo/src/test/java/works/bosk/drivers/mongo/MongoDriverConformanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static Stream<ParameterSet> parameters() {
4545
// PandoFormat.withGraftPoints("/sideTable/-x-/sideTable/-y-/catalog"), // Multiple parameters in the not-separated part
4646
SEQUOIA
4747
),
48-
Stream.of(EventTiming.NORMAL) // EARLY is slow; LATE is really slow
48+
Stream.of(EventTiming.NORMAL, EventTiming.EARLY, EventTiming.LATE) // EARLY is slow; LATE is really slow
4949
);
5050
}
5151

0 commit comments

Comments
 (0)