Question: Very long runtime for that integral - why?

The following seems to run endless (WinME, M10.02 classical interface): Int(2.9992571251988*(kappa-.89988751406074)/Pi* exp(3.3571035419740-12.0624756920228897*ln(kappa))* BesselK(1,26.1571648648044217*(.13147587176957e-1+(-.57683186342273e-1+ln(kappa))^2)^(1/2))/ (.13147587176957e-1+(-.57683186342273e-1+ln(kappa))^2)^(1/2)/kappa, kappa = .89988751406074 .. 4.0); evalf(%); I did not want to massage it by hand (as the fct may change and actually I want the upperbound to be infinity). The reason can not be the slow numerics for Bessels (as an external DLL with brute callback gives the result slowly, but in less than 3 sec as 0.106106473481553262). What is the reason, what to do (within Maple)?
Please Wait...