Fixes #4429 - Timeouts lost (#4430)

This commit is contained in:
Tig
2025-12-02 21:31:01 -07:00
committed by GitHub
parent 0f72cf8a74
commit dc0d8f2f85
9 changed files with 1360 additions and 81 deletions

View File

@@ -380,11 +380,10 @@ public class ApplicationImplTests
if (app.TopRunnableView != null)
{
app.RequestStop ();
return true;
}
return true;
// Return false so the timer does not repeat
return false;
}
[Fact]