Commit bb7af09 1 parent c8639ad commit bb7af09 Copy full SHA for bb7af09
File tree 1 file changed +2
-2
lines changed
src/main/java/tabby/core/scanner
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void collect() {
48
48
}
49
49
log .info ("Build call graph. START!" );
50
50
GlobalConfiguration .IS_NEED_ADD_TO_TIMEOUT_LIST = true ;
51
- log .info ("Method Timeout on {} min." , GlobalConfiguration .METHOD_TIMEOUT );
51
+ log .info ("Set Method Timeout on {} min." , GlobalConfiguration .METHOD_TIMEOUT );
52
52
doCollectWithNewAddedMethods (targets );
53
53
int timeoutMethodSize = dataContainer .getAnalyseTimeoutMethodSigs ().size ();
54
54
if (timeoutMethodSize > 0 ) {
@@ -57,7 +57,7 @@ public void collect() {
57
57
GlobalConfiguration .METHOD_TIMEOUT = GlobalConfiguration .METHOD_TIMEOUT * 2 ; //
58
58
GlobalConfiguration .METHOD_TIMEOUT_SECONDS = GlobalConfiguration .METHOD_TIMEOUT * 60L ; //
59
59
log .info ("It has {} Methods timeout! Try to Analyse again!" , timeoutMethodSize );
60
- log .info ("Method Timeout on {} min." , GlobalConfiguration .METHOD_TIMEOUT );
60
+ log .info ("Set Method Timeout on {} min." , GlobalConfiguration .METHOD_TIMEOUT );
61
61
targets = new ArrayList <>(dataContainer .getAnalyseTimeoutMethodSigs ());
62
62
dataContainer .getAnalyseTimeoutMethodSigs ().clear ();
63
63
doCollectWithNewAddedMethods (targets );
You can’t perform that action at this time.
0 commit comments