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