We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f0b30 commit e62b1e2Copy full SHA for e62b1e2
opengrok-indexer/src/test/java/org/opengrok/indexer/analysis/PlainAnalyzerTest.java
@@ -53,7 +53,7 @@ public InputStream getStream() throws IOException {
53
void testXrefTimeout() {
54
RuntimeEnvironment env = RuntimeEnvironment.getInstance();
55
long timeoutOriginal = env.getXrefTimeout();
56
- int timeout = 3;
+ int timeout = 1;
57
env.setXrefTimeout(timeout);
58
assertEquals(timeout, env.getXrefTimeout());
59
0 commit comments