We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf1434 commit 79e93c6Copy full SHA for 79e93c6
1 file changed
Cabal-tests/lib/Test/Utils/TempTestDir.hs
@@ -60,7 +60,7 @@ removeDirectoryRecursiveHack :: Verbosity -> FilePath -> IO ()
60
removeDirectoryRecursiveHack verbosity dir | isWindows = go 1
61
where
62
isWindows = System.Info.os == "mingw32"
63
- limit = 3
+ limit = 5
64
65
go :: Int -> IO ()
66
go n = do
0 commit comments