Hello,
It seems that you have copied your parameter file on a hydraulic jump case, which was done to test rather unusual features, so it would be better to start with more common parameters :
1) you use primitive equations (historically the first option in Telemac-2D, so default) but the pseudo-wave equation is much faster, try : TREATMENT OF LINEAR SYSTEM : 2. The primitive equation cannot work with the conjugate residual iterative solver (number 2) and this is why you have this maximum of iterations (in your case GMRES, number 7 was necessary because the linear system is not symmetric, it is symmetric with the pseudo-wave equation).
2) you use quadratic elements. Try first with linear : DISCRETIZATIONS IN SPACE : 11;11. Only if you have wiggles of the free surface try 12;11. Quadratic is very expensive and generally you can avoid it by playing with the keyword FREE SURFACE GRADIENT COMPATIBILITY, reducung it from 1. down to 0.
3) If you do a real case, have some VELOCITY DIFFUSIVITY (try 0.1 or 1. to start with)
4) The MATRIX STORAGE : 1 is also not the best, try 3 instead (same results but faster).
5) Your time step is very small, with the modifications above you should be able to increase it a lot.
Have a nice day,
Jean-Michel Hervouet