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 5a65b56 commit f97532eCopy full SHA for f97532e
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java
@@ -184,8 +184,8 @@ public void execute(Task t) {
184
});
185
186
if (OS.current().equals(OS.WINDOWS) && System.getProperty("tests.timeoutSuite") == null) {
187
- // override the suite timeout to 30 mins for windows, because it has the most inefficient filesystem known to man
188
- test.systemProperty("tests.timeoutSuite", "2400000!");
+ // override the suite timeout to 60 mins for windows, because it has the most inefficient filesystem known to man
+ test.systemProperty("tests.timeoutSuite", "3600000!");
189
}
190
191
/*
0 commit comments