Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doAsPartOfBuildOperation (0.14 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/timeout/impl/DefaultTimeoutHandler.java

            }
    
            private void onTimeout() {
                synchronized (lock) {
                    if (!stopped) {
                        interrupted = true;
                        doAsPartOfBuildOperation(() -> LOGGER.warn("Requesting stop of {} as it has exceeded its configured timeout of {}.", workUnitDescription.getDisplayName(), TimeFormatting.formatDurationTerse(timeout.toMillis())));
                        thread.interrupt();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top