aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/autotest/autotest.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/autotest/autotest.qbs')
-rw-r--r--share/qbs/modules/autotest/autotest.qbs1
1 files changed, 1 insertions, 0 deletions
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
}