Skip to content

Commit 8229836

Browse files
more sane!
1 parent 9438051 commit 8229836

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

cabal.project

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@ packages:
44
tests: true
55

66
test-show-details: direct
7+
8+
source-repository-package
9+
type: git
10+
location: https://github.com/input-output-hk/io-sim
11+
subdir: io-sim
12+
tag: 5683864d3c7300f9ee4a3430b4a590bb130cb88a
13+
14+
15+
source-repository-package
16+
type: git
17+
location: https://github.com/input-output-hk/io-sim
18+
subdir: io-classes
19+
tag: 5683864d3c7300f9ee4a3430b4a590bb130cb88a

quickcheck-dynamic/test/Spec/DynamicLogic/RegistryModel.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,5 +354,5 @@ tests =
354354
, testProperty "moreActions 10 $ prop_Registry" $ moreActions 10 $ prop_Registry
355355
, testProperty "canRegister" $ propDL canRegister
356356
, testProperty "canRegisterNoUnregister" $ expectFailure $ propDL canRegisterNoUnregister
357-
, testProperty "prop_parRegistryIOSimPor" $ expectFailure $ withMaxSuccess 1000 $ discardAfter 50000 $ prop_parRegistryIOSimPor
357+
, testProperty "prop_parRegistryIOSimPor" $ expectFailure $ withMaxSuccess 1000 $ discardAfter 1000 $ prop_parRegistryIOSimPor
358358
]

0 commit comments

Comments
 (0)