mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	tests: Increase the timeout of the 'objects2' and 'sequence' tests. Fixes #1393
These two still fail occasionally due to timeouts, so increase it a bit.
This commit is contained in:
		@@ -121,7 +121,7 @@ foreach test_name : glib_tests
 | 
			
		||||
  )
 | 
			
		||||
  # These tests may take more than 30 seconds to run on the CI infrastructure
 | 
			
		||||
  if slow_tests.contains(test_name)
 | 
			
		||||
    test(test_name, exe, env : test_env, timeout : 90)
 | 
			
		||||
    test(test_name, exe, env : test_env, timeout : 120)
 | 
			
		||||
  else
 | 
			
		||||
    test(test_name, exe, env : test_env)
 | 
			
		||||
  endif
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
refcount_tests = [
 | 
			
		||||
 ['closures', 'closures.c', []],
 | 
			
		||||
 ['objects', 'objects.c', []],
 | 
			
		||||
 ['objects2', 'objects2.c', []],
 | 
			
		||||
 ['objects2', 'objects2.c', [], 90],
 | 
			
		||||
 ['properties', 'properties.c', []],
 | 
			
		||||
 ['properties2', 'properties2.c', []],
 | 
			
		||||
 ['properties3', 'properties3.c', [], 90], # extra long timeout
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user