Skip to content

Commit ced41b1

Browse files
committed
mostly functional
1 parent 15116bf commit ced41b1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

testsuites/repository/src/main/java/org/eclipse/rdf4j/testsuite/repository/optimistic/SnapshotTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ public static void afterClass() {
5353
}
5454

5555
@Rule
56-
public Timeout timeout = Timeout.millis(TimeUnit.MINUTES.toMillis(1));
56+
public Timeout timeout = Timeout.millis(TimeUnit.SECONDS.toMillis(5));
57+
58+
static boolean timedOut = false;
5759

5860
private Repository repo;
5961

testsuites/sail/src/main/java/org/eclipse/rdf4j/testsuite/sail/SailConcurrencyTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import org.junit.jupiter.api.Assertions;
3838
import org.junit.jupiter.api.BeforeEach;
3939
import org.junit.jupiter.api.Disabled;
40-
import org.junit.jupiter.api.RepeatedTest;
4140
import org.junit.jupiter.api.Test;
4241
import org.junit.jupiter.api.Timeout;
4342
import org.junit.jupiter.api.extension.BeforeEachCallback;

0 commit comments

Comments
 (0)