1
0
Quellcode durchsuchen

Test: Also increase the adv-standalone-endpoint timeout

Christoph Biedl vor 2 Tagen
Ursprung
Commit
b89dedd9f4
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 4 2
      debian/patches/debian/2023-07-04.test-timeout.patch

+ 4 - 2
debian/patches/debian/2023-07-04.test-timeout.patch

@@ -8,12 +8,14 @@ on a fairly old hppa box the test take some whopping 643 seconds.
 
 
 --- a/tests/meson.build
 --- a/tests/meson.build
 +++ b/tests/meson.build
 +++ b/tests/meson.build
-@@ -40,7 +40,7 @@
+@@ -40,8 +40,8 @@
    env.set('SOCAT', socat.path())
    env.set('SOCAT', socat.path())
  endif
  endif
  
  
 -test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 360)
 -test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 360)
+-test('adv-standalone-endpoint', find_program('adv-standalone-endpoint'), env: env, timeout: 360)
 +test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 1200)
 +test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 1200)
- test('adv-standalone-endpoint', find_program('adv-standalone-endpoint'), env: env, timeout: 360)
++test('adv-standalone-endpoint', find_program('adv-standalone-endpoint'), env: env, timeout: 1200)
  test('adv-socat', find_program('adv-socat'), env: env, timeout: 360)
  test('adv-socat', find_program('adv-socat'), env: env, timeout: 360)
  test('adv-socat-endpoint', find_program('adv-socat-endpoint'), env: env, timeout: 360)
  test('adv-socat-endpoint', find_program('adv-socat-endpoint'), env: env, timeout: 360)
+ test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 360)