From fc1723b282c926ab9c294bc1df1e3275cf56bb7a Mon Sep 17 00:00:00 2001 From: Pavel Koneski Date: Thu, 6 Feb 2025 14:11:25 -0800 Subject: [PATCH 1/2] Downgrade `macos-latest-large` to `macos-latest` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4fb56959..67c09ac5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-22.04, macos-latest-large] + os: [windows-latest, ubuntu-22.04, macos-latest] steps: - name: Install tools From 8a9cbaff73aa25c023c332d76bbe32166761e738 Mon Sep 17 00:00:00 2001 From: Pavel Koneski Date: Thu, 6 Feb 2025 21:16:06 -0800 Subject: [PATCH 2/2] Increase timeout for `IronPython.test_utf8_mode_stdlib` --- tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini b/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini index 8fbc70f1b..25b455163 100644 --- a/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini +++ b/tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini @@ -150,6 +150,7 @@ RunCondition=NOT $(IS_MONO) # Mono codepage 852 encoding incorrecly decodes 0xAA IsolationLevel=PROCESS # reset reporting of warnings [IronPython.test_utf8_mode_stdlib] +Timeout=240000 # Mono is extremely slow IsolationLevel=PROCESS [IronPython.interop.net.derivation.test_property_override]