crystal
crystal copied to clipboard
Some specs in interpreted mode timeout
Some specs in spec/std/http/server/server_spec.cr, when ran in interpreted mode, timeout. This doesn't make much sense because even though the interpreter is slower than compiled mode, it's not that much slower to cause a timeout.
We should investigate why this happens. In the meantime, specs have a bigger timeout in interpreted mode.