GNOME Bugzilla – Bug 756395
check: fix support for CK_DEFAULT_TIMEOUT
Last modified: 2018-05-01 08:25:32 UTC
The makefiles use CK_DEFAULT_TIMEOUT for configuring the amount of time a test can run before being killed. This environment variable is supposed to be configurable by the user, but the makefiles will override whatever user will configure.
Created attachment 313066 [details] [review] proposed patch
Thanks for the patches. We're working on moving towards the Meson build system, so I'd rather look into fixing it properly there. Problem is we still seem to CK_DEFAULT_TIMEOUT there, and it's more difficult to use an externally-set value here. Question is: why do you care about this? I mean: what's your use case? If you want to increase the timeout per test, e.g. because you're on a slow machine, you can set the CK_TIMEOUT_MULTIPLIER environment variable. Would that be sufficient for you?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!