summaryrefslogtreecommitdiffstats
path: root/coin/instructions/make_check_instructions.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/make_check_instructions.yaml')
-rw-r--r--coin/instructions/make_check_instructions.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/instructions/make_check_instructions.yaml b/coin/instructions/make_check_instructions.yaml
index a2aac5dac..9253fa548 100644
--- a/coin/instructions/make_check_instructions.yaml
+++ b/coin/instructions/make_check_instructions.yaml
@@ -103,7 +103,7 @@ instructions:
- type: RunQtUnitTest
testRepetitionAllowance: 3
directory: "{{.SourceDir}}/tests/auto"
- runTestCommand: ["jom", "check"]
+ runTestCommand: ["jom", "check", "-j1"]
maxTimeInSeconds: 3600
maxTimeBetweenOutput: 600
userMessageOnFailure: "Failed to run make check, check logs."