jgm / skylighting

A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions
189 stars 61 forks source link

Notch up core test timeout even further #154

Closed matoro closed 1 year ago

matoro commented 1 year ago

On very slow/embedded cpus, 25 seconds is not sufficient (even 50 seconds is not); I had to notch the test timeout up to 75 seconds for everything to pass.

hololeap commented 1 year ago

Personally, I vote for removing test timeouts completely. There's no reason to assume how fast the computer running the tests is.

jgm commented 1 year ago

We can notch it up. I think there were cases where we had hangs, and we want to abort in that case.