Skip to content

tests: Increase timeout of umockdev tests

Benjamin Berg requested to merge benzea/longer-umockdev-timeout into master

The new elanspi driver in particular needs a lot of ioctl's during the test. On a normal machine, this would run quite quickly (less than 5s), however, in busy CI environments this can take longer than 30s, causing timeouts currently.

Increase the timeout from 10s to 15s. For CI this means the timeout now is 45s which is hopefully enough.

Merge request reports