File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
quickcheck-dynamic/test/Spec/DynamicLogic Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,16 @@ packages:
44tests : true
55
66test-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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments