TLE in other languages (compared to C)

,

I like coding in bash but when I try to submit the codes, it always gives me tle, although when I use the same code in C it gets submitted successfully. Is it not possible to increase the time limit for the other languages like bash which are comparatively slower than C…??

I think its better to send in your concern via email to feedback@codechef.com. Usually a problem setting panel only looks at a few popular languages. The rest have time limits decided by multipliers. You could also take a look at optimising your solutions.