[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/pixman][debian-unstable] 2 commits: patches: Increase test timeout 120->240s. (Closes: #1086999)



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / pixman

Commits:

  • c05da7d9
    by Timo Aaltonen at 2024-11-08T09:53:41+02:00
    patches: Increase test timeout 120->240s. (Closes: #1086999)
    
  • dc43d379
    by Timo Aaltonen at 2024-11-08T09:58:31+02:00
    releasing package pixman version 0.44.0-2
    

3 changed files:

Changes:

  • debian/changelog
    1
    +pixman (0.44.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * patches: Increase test timeout 120->240s. (Closes: #1086999)
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 08 Nov 2024 09:58:04 +0200
    
    6
    +
    
    1 7
     pixman (0.44.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release.
    

  • debian/patches/bump-test-timeout.diff
    1
    +diff --git a/test/meson.build b/test/meson.build
    
    2
    +index 47dd33c..a5485bc 100644
    
    3
    +--- a/test/meson.build
    
    4
    ++++ b/test/meson.build
    
    5
    +@@ -75,7 +75,7 @@ foreach t : tests
    
    6
    +       [t + '.c', config_h],
    
    7
    +       dependencies : [idep_pixman, libtestutils_dep, dep_threads, dep_openmp, dep_png],
    
    8
    +     ),
    
    9
    +-    timeout : 120,
    
    10
    ++    timeout : 240,
    
    11
    +     is_parallel : true,
    
    12
    +   )
    
    13
    + endforeach

  • debian/patches/series
    1 1
     test-increase-timeout.diff
    
    2
    +bump-test-timeout.diff


  • Reply to: