File: 1013_slow-down-tests-for-riscv64.patch

package info (click to toggle)
onboard 1.4.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,828 kB
  • sloc: python: 28,321; cpp: 5,965; ansic: 5,739; xml: 1,026; javascript: 263; sh: 163; makefile: 68
file content (16 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Slow down tests for riscv64. Resolves test failures due to onboard not coming up fast enough.
Author: Aurelien Jarno <aurel32@debian.org>

Index: b/Onboard/test/test_migration.py
===================================================================
--- a/Onboard/test/test_migration.py
+++ b/Onboard/test/test_migration.py
@@ -141,7 +141,7 @@
             env["LANG"] = "en_US.UTF-8"
 
             p = subprocess.Popen(["./onboard"], env=env)
-            time.sleep(1)
+            time.sleep(6)
             yield p
 
         finally: