File tree 5 files changed +25
-4
lines changed
5 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ pipeline {
42
42
}
43
43
}
44
44
stage(' Unit Tests' ) {
45
+ options {
46
+ timeout(time : 24 , unit : ' MINUTES' )
47
+ }
45
48
steps {
46
49
sh '''
47
50
./scripts/unit-test.sh
@@ -55,7 +58,7 @@ pipeline {
55
58
}
56
59
stage(' Integration Tests' ) {
57
60
options {
58
- timeout(time : 32 , unit : ' MINUTES' )
61
+ timeout(time : 24 , unit : ' MINUTES' )
59
62
}
60
63
steps {
61
64
sh '''
Original file line number Diff line number Diff line change @@ -215,11 +215,11 @@ tests:
215
215
- hedgehog >=1.0
216
216
- quickcheck-instances >=0.3
217
217
- tasty >=1.2
218
- - tasty-ant-xml >=1.1
219
- - tasty-hedgehog >=1.0
220
218
- tasty-golden >=2.3
221
219
- tasty-hunit >=0.10
220
+ - tasty-hedgehog >=1.0
222
221
- tasty-quickcheck >=0.10
222
+ - tasty-test-reporter >=0.1
223
223
- template-haskell >=2.14
224
224
- temporary >=1.3
225
225
<< : *common-exe
Original file line number Diff line number Diff line change 1
- {-# OPTIONS_GHC -F -pgmF tasty-discover -optF --tree-display -optF --hide-successes -optF --ingredient=Test.Tasty.Runners.consoleTestReporter -optF --ingredient=Test.Tasty.Runners.listingTests -optF --ingredient=Test.Tasty.Runners.AntXML.antXMLRunner -optF --generated -module=Driver #-}
1
+ {-# OPTIONS_GHC -F -pgmF tasty-discover -optF --tree-display -optF --hide-successes -optF --ingredient=Test.Tasty.Runners.Reporter.ingredient -optF --ingredient=Test.Tasty.Runners.listingTests -optF --generated -module=Driver #-}
2
2
3
3
{- |
4
4
Original file line number Diff line number Diff line change @@ -48,9 +48,13 @@ packages:
48
48
# (e.g., acme-missiles-0.3)
49
49
extra-deps :
50
50
- ghc-trace-events-0.0.0.1@sha256:cef5cffd2d749b07ba948b27970c45b6e96705575853f9c14719ad2b9b3397e2
51
+
51
52
- witherable-0.3.5@sha256:6590a15735b50ac14dcc138d4265ff1585d5f3e9d3047d5ebc5abf4cd5f50084,1476
52
53
- witherable-class-0@sha256:91f05518f9f4af5b02424f13ee7dcdab5d6618e01346aa2f388a72ff93e2e501,775
53
54
55
+ - tasty-test-reporter-0.1.1.1@sha256:e34ea27f5a8f6673de2952c29799da243adb2246b1912a207e903caa9a9dbe34,1779
56
+ - junit-xml-0.1.0.0@sha256:5da18fe01fdb2e32904499ad67f32229a1df4bd4422483dd4a26090aeaf5de0d,1417
57
+
54
58
# TODO (thomas.tuegel): Remove this when stylish-haskell is updated upstream.
55
59
allow-newer : true
56
60
Original file line number Diff line number Diff line change @@ -25,6 +25,20 @@ packages:
25
25
sha256: e99696bf95da593a3892c7b9a28db09ffd139b4b1b313f32cec9d26979aa7ce2
26
26
original:
27
27
hackage: witherable-class-0@sha256:91f05518f9f4af5b02424f13ee7dcdab5d6618e01346aa2f388a72ff93e2e501,775
28
+ - completed:
29
+ hackage: tasty-test-reporter-0.1.1.1@sha256:e34ea27f5a8f6673de2952c29799da243adb2246b1912a207e903caa9a9dbe34,1779
30
+ pantry-tree:
31
+ size: 410
32
+ sha256: e3897d9fc739f589ec76f5c94adfdca8e88434c8731aa27a75bfdd61d5d547cb
33
+ original:
34
+ hackage: tasty-test-reporter-0.1.1.1@sha256:e34ea27f5a8f6673de2952c29799da243adb2246b1912a207e903caa9a9dbe34,1779
35
+ - completed:
36
+ hackage: junit-xml-0.1.0.0@sha256:5da18fe01fdb2e32904499ad67f32229a1df4bd4422483dd4a26090aeaf5de0d,1417
37
+ pantry-tree:
38
+ size: 384
39
+ sha256: c21b8b22bbbebb15a8d6babb7efbf3d31045ca2f1763d7fc2c44e99d180a1a59
40
+ original:
41
+ hackage: junit-xml-0.1.0.0@sha256:5da18fe01fdb2e32904499ad67f32229a1df4bd4422483dd4a26090aeaf5de0d,1417
28
42
snapshots:
29
43
- completed:
30
44
size: 524996
You can’t perform that action at this time.
0 commit comments