We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26393c5 + 79bf5b3 commit 85722d6Copy full SHA for 85722d6
src/test/resources/junit-platform.properties
@@ -20,4 +20,7 @@
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
# SOFTWARE.
22
23
-junit.jupiter.execution.timeout.test.method.default = 3s
+# @todo #107:45min Configure default timeout for tests running on windows to 10s and 3s on other platforms.
24
+# Currently, it fails with the 3s timeout on windows platform. Let's try to configure
25
+# test default timeout exclusively for windows, and keep 3s for other platforms.
26
+junit.jupiter.execution.timeout.test.method.default = 10s
0 commit comments