Skip to content

Commit 55c13c5

Browse files
committed
add timeout to TestLoggers
1 parent 8f1025f commit 55c13c5

File tree

1 file changed

+1
-1
lines changed
  • net.lecousin.core/src/test/java/net/lecousin/framework/core/tests/log

1 file changed

+1
-1
lines changed

net.lecousin.core/src/test/java/net/lecousin/framework/core/tests/log/TestLoggers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
public class TestLoggers extends LCCoreAbstractTest {
3030

31-
@Test
31+
@Test(timeout=120000)
3232
public void test() throws Exception {
3333
Application app = LCCore.getApplication();
3434
File dir = new File(app.getProperty(Application.PROPERTY_LOG_DIRECTORY));

0 commit comments

Comments
 (0)