File: increase-test-timeout.patch

package info (click to toggle)
slixmpp 1.10.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 5,312 kB
  • sloc: python: 40,529; xml: 1,152; makefile: 120
file content (17 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: increase timeout in unit test, that fails on "slow" architectures
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2018-08-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/test_stream_xep_0323.py
+++ b/tests/test_stream_xep_0323.py
@@ -720,7 +720,7 @@
             </iq>
             """)
 
-        time.sleep(1)
+        time.sleep(4.0)
 
         self.send("""
             <message from='device@clayster.com'