Haskell submission is timing out on the redis challenge

Here’s the error I get when I run codecrafters submit

Hey @OlaoluwaM, I’d suggest removing the –test flag from .codecrafters/compile.sh.

This should help avoid timeouts caused by running your own test suites on our test runner:

Let me know how it goes!

1 Like

That worked! Thank you

1 Like

@andy1li Now I’m seeing the following every time I try to submit either via git or the CLI. Any ideas?

Hey @andy1li any thoughts on this? I don’t want to rush you, but this issue is kinda keeping me from progressing through the challenge :sweat_smile:

@OlaoluwaM I’ve reset your test runner. It should be good to go now. Let me know if you’re still running into any issues!

1 Like

@OlaoluwaM Quick update: there’s actually a race condition that can occur when the build time is close to 5 minutes. We haven’t fully resolved it yet but are actively looking into a solution.

Let us know if the issue comes up again!

1 Like