mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Merge branch 'wip/otte/for-main' into 'main'
testsuite: Shrink maximum texture size in test See merge request GNOME/gtk!7303
This commit is contained in:
commit
d4c25c9ec0
@ -1319,7 +1319,7 @@ test_download_random (gconstpointer data)
|
||||
width = g_test_rand_int_range (1, 40) * g_test_rand_int_range (1, 40);
|
||||
height = g_test_rand_int_range (1, 40) * g_test_rand_int_range (1, 40);
|
||||
}
|
||||
while (width * height >= 1024 * 1024);
|
||||
while (width * height >= 32 * 1024);
|
||||
|
||||
test_download (data, width, height, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user