Skip to content

Commit e62b1e2

Browse files
Vladimir Kotalahornace
authored andcommitted
use 1 second
1 parent 70f0b30 commit e62b1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/analysis/PlainAnalyzerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public InputStream getStream() throws IOException {
5353
void testXrefTimeout() {
5454
RuntimeEnvironment env = RuntimeEnvironment.getInstance();
5555
long timeoutOriginal = env.getXrefTimeout();
56-
int timeout = 3;
56+
int timeout = 1;
5757
env.setXrefTimeout(timeout);
5858
assertEquals(timeout, env.getXrefTimeout());
5959

0 commit comments

Comments
 (0)