From 923f98062b4297970f382da91256c21d47b01a5e Mon Sep 17 00:00:00 2001 From: Jochen Ulrich Date: Mon, 8 Jul 2019 00:10:04 +0200 Subject: Add command and AutotestRunner timeout Task-number: QBS-1454 Change-Id: I6e2514d10cca0cba0a14456ecd2abfb495539ee4 Reviewed-by: Christian Kandeler Reviewed-by: Denis Shienkov --- share/qbs/modules/autotest/autotest.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'share/qbs/modules') diff --git a/share/qbs/modules/autotest/autotest.qbs b/share/qbs/modules/autotest/autotest.qbs index ba280169e..c8a1c5180 100644 --- a/share/qbs/modules/autotest/autotest.qbs +++ b/share/qbs/modules/autotest/autotest.qbs @@ -2,4 +2,5 @@ Module { property stringList arguments property bool allowFailure: false property string workingDir + property int timeout } -- cgit v1.2.3