Skip to content

Commit 56cfb57

Browse files
committed
add timeout to TestLimitWriteOperations
1 parent cb61237 commit 56cfb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net.lecousin.core/src/test/java/net/lecousin/framework/core/tests/io/util/TestLimitWriteOperations.java

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

1414
public class TestLimitWriteOperations extends LCCoreAbstractTest {
1515

16-
@Test
16+
@Test(timeout=120000)
1717
public void test() throws Exception {
1818
File tmp = File.createTempFile("test", "lwo");
1919
tmp.deleteOnExit();

0 commit comments

Comments
 (0)