Skip to content

Commit 79e93c6

Browse files
committed
Tests: retry removeDirectoryRecursiveHack a bit more, hopefully to reduce flakiness noticed in #11026 and #11933
1 parent 0bf1434 commit 79e93c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cabal-tests/lib/Test/Utils/TempTestDir.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ removeDirectoryRecursiveHack :: Verbosity -> FilePath -> IO ()
6060
removeDirectoryRecursiveHack verbosity dir | isWindows = go 1
6161
where
6262
isWindows = System.Info.os == "mingw32"
63-
limit = 3
63+
limit = 5
6464

6565
go :: Int -> IO ()
6666
go n = do

0 commit comments

Comments
 (0)