Skip to content

Commit

Permalink
Bump default timeout for test suites on Windows to 60 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 9, 2024
1 parent 21e3a17 commit 1354532
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 1354532

Please sign in to comment.