Skip to content

Commit

Permalink
fixup! fix deadlock in detailed-0.9 test suite runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Aug 8, 2015
1 parent 677a60c commit 283466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/tests/PackageTests/TestSuiteTests/LibV09/Check.hs
Expand Up @@ -12,7 +12,7 @@ dir = "PackageTests" </> "TestSuiteTests" </> "LibV09"
checks :: PackageSpec -> FilePath -> [TestTree]
checks inplaceSpec ghcPath =
[ testCase "Build" $ checkBuild inplaceSpec ghcPath
, localOption (mkTimeout $ 10 * 10 ^ (6 :: Int))
, localOption (mkTimeout $ 10 ^ (6 :: Int))
$ testCase "Deadlock" $ checkDeadlock inplaceSpec ghcPath
]

Expand Down

0 comments on commit 283466f

Please sign in to comment.