Cannot pass the last test: Problem 7: 10001st prime

your code gives the correct output but the test is timing out before it finishes - there’s a built in loop protecting that stops the tests if its taking too long - the only way around it at the moment is to make your code more efficient - this post explains it a little Free Code Camp Infinite Loop Protection, but the workaround suggestion they give doesn’t work with the new site at the moment