|
@@ -27,7 +27,7 @@ def names(self, base):
|
|
.speed.slow = $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite $s)
|
|
.speed.slow = $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite $s)
|
|
.speed.thorough = $(foreach s,$(sort $1), --suite $s)
|
|
.speed.thorough = $(foreach s,$(sort $1), --suite $s)
|
|
|
|
|
|
-TIMEOUT_MULTIPLIER = 1
|
|
|
|
|
|
+TIMEOUT_MULTIPLIER ?= 1
|
|
.mtestargs = --no-rebuild -t $(TIMEOUT_MULTIPLIER)
|
|
.mtestargs = --no-rebuild -t $(TIMEOUT_MULTIPLIER)
|
|
ifneq ($(SPEED), quick)
|
|
ifneq ($(SPEED), quick)
|
|
.mtestargs += --setup $(SPEED)
|
|
.mtestargs += --setup $(SPEED)
|