From 08d0ee13481548485041107748e6cbf6c69ecfa4 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 Feb 2021 16:43:03 +0100 Subject: [PATCH] (doc) Fix compilation issue --- .../src/test/java/org/apache/maven/shared/invoker/AppTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/test-build-should-timeout/src/test/java/org/apache/maven/shared/invoker/AppTest.java b/src/test/resources/test-build-should-timeout/src/test/java/org/apache/maven/shared/invoker/AppTest.java index 4250429..27808ea 100644 --- a/src/test/resources/test-build-should-timeout/src/test/java/org/apache/maven/shared/invoker/AppTest.java +++ b/src/test/resources/test-build-should-timeout/src/test/java/org/apache/maven/shared/invoker/AppTest.java @@ -31,7 +31,7 @@ public class AppTest * Not ending test * @throws InterruptedException */ - @Test( timeout = 7_000 ) // shoudl be killed in 4 sec by Invoker - Workaround for Windows MSHARED-867 + @Test( timeout = 7000 ) // should be killed in 4 sec by Invoker - Workaround for Windows MSHARED-867 public void testApp() throws InterruptedException { while ( true )