Skip to content

Commit

Permalink
Bump default timeout for test suites on Windows to 60 minutes (#114428)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
mark-vieira and elasticmachine authored Oct 9, 2024
1 parent b3448ed commit e07c935
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ public void execute(Task t) {
});

if (OS.current().equals(OS.WINDOWS) && System.getProperty("tests.timeoutSuite") == null) {
// override the suite timeout to 30 mins for windows, because it has the most inefficient filesystem known to man
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!");
}

/*
Expand Down

0 comments on commit e07c935

Please sign in to comment.