Skip to content

tests: Shorten internal codegen test timeout

Ray Strode requested to merge slow-slow-slow-your-boat into main

the gio dbus codegen test has 10 test cases in it. Each test case is given 100 seconds to complete.

That is far longer than they should need.

Furthermore, the entire test is only given 60s to complete.

This commit makes the internal timeout more consistent with the external timeout, by giving each of the 10 test cases 6 seconds instead of 100s.

Edited by Ray Strode

Merge request reports