File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
ratis-test/src/test/java/org/apache/ratis Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9797 script : unit
9898 script-args : -P${{ matrix.profile }}-tests
9999 split : ${{ matrix.profile }}
100- timeout-minutes : 120
100+ timeout-minutes : 60
101101 secrets : inherit
102102
103103 coverage :
Original file line number Diff line number Diff line change 1818package org .apache .ratis .grpc ;
1919
2020import org .apache .ratis .RaftAsyncTests ;
21+ import org .junit .jupiter .api .Timeout ;
2122
23+ @ Timeout (100 )
2224public class TestRaftAsyncWithGrpc extends RaftAsyncTests <MiniRaftClusterWithGrpc >
2325 implements MiniRaftClusterWithGrpc .FactoryGet {
2426}
Original file line number Diff line number Diff line change 1818package org .apache .ratis .netty ;
1919
2020import org .apache .ratis .RaftAsyncTests ;
21+ import org .junit .jupiter .api .Timeout ;
2122
23+ @ Timeout (100 )
2224public class TestRaftAsyncWithNetty
2325 extends RaftAsyncTests <MiniRaftClusterWithNetty >
2426 implements MiniRaftClusterWithNetty .FactoryGet {
You can’t perform that action at this time.
0 commit comments