diff --git a/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs b/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs index 39e6c815c0dda..a6b7612c4895a 100644 --- a/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs +++ b/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs @@ -52,7 +52,7 @@ public static int Main(string[] args) // Just count the number of warnings and errors. There are so many right now that it's not worth enumerating the list #if DEBUG const int MinWarnings = 16500; - const int MaxWarnings = 18500; + const int MaxWarnings = 20000; #else const int MinWarnings = 12000; const int MaxWarnings = 13000;