Skip to content

meson: bump test-timeout

Erik Faye-Lund requested to merge kusma/mesa:bump-test-timeout into main

meson: bump test-timeout

This tests usually takes around 15 seconds on CI, according to logs. It recently timed out under load, causing a job to fail spuriously.

Let's bump the timeout here to 60. That's in line with the glsl compiler warnings test, which usually takes around the same time.

Merge request reports