This hopefully makes the test pass more reliably, especially on riscv64.
Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/6050
Bug-Debian: https://bugs.debian.org/
1049434
Forwarded: no, workaround
Gbp-Pq: Topic debian
Gbp-Pq: Name tests-Allow-longer-for-a-dialog-to-open.patch
{
gboolean done = FALSE;
- g_timeout_add (500, main_loop_quit_cb, &done);
+ g_timeout_add (1500, main_loop_quit_cb, &done);
gtk_widget_set_visible (widget, TRUE);
while (!done)
g_main_context_iteration (NULL, FALSE);