On Fri, Apr 25, 2025, at 17:05, Johannes Schindelin via GitGitGadget wrote: > The reason for this timeout is the test case 'nonsense mv triggers > assertion failure and partially updated index' in t7001-mv (which is > not even a regression test, but instead merely demonstrates a bug that > someone thought someone else should fix at some time). As the name > suggests, it triggers an assertion. The problem with this is that an > assertion on Windows, at least when run in Debug mode, will open a modal > dialog that patiently awaits some buttons to be clicked. Which never > happens in automated builds. Sorry for the trouble.