Merge pull request #12149 from artem-barysh-dev/increase-timeout
Increased TBEL script compilation timeout
This commit is contained in:
commit
4785b3f6a2
@ -251,4 +251,8 @@ public class DefaultTbelInvokeService extends AbstractScriptInvokeService implem
|
|||||||
return hasher.hash().toString();
|
return hasher.hash().toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected long getMaxEvalRequestsTimeout() {
|
||||||
|
return maxInvokeRequestsTimeout * 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user