You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2019/09/28 13:32:38 UTC

[jmeter] branch master updated: Add a default timeout of 2 minutes per test

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 192439f  Add a default timeout of 2 minutes per test
192439f is described below

commit 192439f81e67396896b447bed412a8632a06cd9a
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Sat Sep 28 16:32:01 2019 +0300

    Add a default timeout of 2 minutes per test
---
 build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle.kts b/build.gradle.kts
index 2f3c7da..7753778 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -481,6 +481,7 @@ allprojects {
                 // Pass the property to tests
                 systemProperty("java.awt.headless", System.getProperty("java.awt.headless"))
                 systemProperty("junit.jupiter.execution.parallel.enabled", "true")
+                systemProperty("junit.jupiter.execution.timeout.default", "2 m")
             }
             withType<SpotBugsTask>().configureEach {
                 group = LifecycleBasePlugin.VERIFICATION_GROUP