mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Work around test failure in gdbus-names
This is caused by g_test_dbus_down() returning too soon. Add a sleep for now. https://bugzilla.gnome.org/show_bug.cgi?id=711807
This commit is contained in:
		@@ -472,6 +472,9 @@ test_bus_own_name (void)
 | 
				
			|||||||
  g_object_unref (c2);
 | 
					  g_object_unref (c2);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  session_bus_down ();
 | 
					  session_bus_down ();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /* See https://bugzilla.gnome.org/show_bug.cgi?id=711807 */
 | 
				
			||||||
 | 
					  g_usleep (1000000);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* ---------------------------------------------------------------------------------------------------- */
 | 
					/* ---------------------------------------------------------------------------------------------------- */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user