[Spice-devel] [PATCH spice-common] test-region: Decrease loop count by a factor of 10
Eduardo Lima (Etrunko)
etrunko at redhat.com
Tue Jul 3 14:52:06 UTC 2018
On 03/07/18 11:40, Frediano Ziglio wrote:
>>
>> This test was timing out when running in gitlab-ci, so decreasing the
>> loop count in order to make it run faster. Example:
>>
>> https://gitlab.freedesktop.org/etrunko/spice-common/-/jobs/6546
>>
>> Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
>
> Acked-by: Frediano Ziglio <fziglio at redhat.com>
>
Pushed and working:
Before:
https://gitlab.freedesktop.org/spice/spice-common/-/jobs/7637
After:
https://gitlab.freedesktop.org/spice/spice-common/-/jobs/7643
> Frediano
>
>> ---
>> tests/test-region.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/test-region.c b/tests/test-region.c
>> index 2ece5a7..378ea60 100644
>> --- a/tests/test-region.c
>> +++ b/tests/test-region.c
>> @@ -372,7 +372,7 @@ static void test_region(void)
>> g_debug("\n");
>>
>> j = 0;
>> - for (i = 0; i < 1000000; i++) {
>> + for (i = 0; i < 100000; i++) {
>> int res1, res2, test;
>> int tests[] = {
>> REGION_TEST_LEFT_EXCLUSIVE,
--
Eduardo de Barros Lima (Etrunko)
Software Engineer - RedHat
etrunko at redhat.com
More information about the Spice-devel
mailing list