forked from rosa/hakurei
internal/rosa/openssl: do not double test job count
The test suite is racy, this reduces flakiness. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -27,7 +27,7 @@ func (t Toolchain) newOpenSSL() (pkg.Artifact, string) {
|
|||||||
{"openssldir", "etc/ssl"},
|
{"openssldir", "etc/ssl"},
|
||||||
},
|
},
|
||||||
Check: []string{
|
Check: []string{
|
||||||
"HARNESS_JOBS=" + jobsLE,
|
"HARNESS_JOBS=" + jobsE,
|
||||||
"test",
|
"test",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user