Skip to content

Commit c5c3ef7

Browse files
committed
[infra] increase test timeout
1 parent 1f0ce7e commit c5c3ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheme/proto/src/test/java/cz/o2/proxima/scheme/proto/ProtoMessageValueAccessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
@Slf4j
5858
public class ProtoMessageValueAccessorTest {
5959

60-
@Test(timeout = 1000)
60+
@Test(timeout = 10000)
6161
public void testInspectMultiLevelMessageNotHanged() {
6262
assertNotNull(ProtoUtils.convertProtoToSchema(MultiLevelMessage.getDescriptor()));
6363
}

0 commit comments

Comments
 (0)