The infinite loop detection is based off of how long it takes your code to run. After a certain amount of time it kills the process and sends up the warning. You can turn the infinite loop protection off:
Generally, be cautious about doing this. Infinite loops are a common problem (which is why the check exists). On this particular challenge though it is very common for campers to come up with solutions that take long enough for the infinite loop protector to yell at them.