mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Restored indexer timeout value.
This commit is contained in:
parent
62ca84cc0e
commit
744d4c5264
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ import org.osgi.framework.Bundle;
|
|||
*/
|
||||
public abstract class IndexBindingResolutionTestBase extends BaseTestCase {
|
||||
private static final boolean DEBUG= false;
|
||||
private static final int INDEXER_TIMEOUT_SEC = 1200;
|
||||
private static final int INDEXER_TIMEOUT_SEC = 300;
|
||||
protected ITestStrategy strategy;
|
||||
|
||||
public void setStrategy(ITestStrategy strategy) {
|
||||
|
|
Loading…
Add table
Reference in a new issue