diff options
author | Guilhem Moulin <guilhem@debian.org> | 2022-02-27 16:57:20 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2022-02-27 16:57:20 +0100 |
commit | 7ccbb49f3ae659678f6a8dda0b2b7db4c74f94fb (patch) | |
tree | e71ce104ef89156ed27b3a2794baae5a47ce0348 /debian/patches/Skip-randomized-tests.patch | |
parent | fd573d3a0803c11d45a314f6696d9e1641024f7a (diff) |
d/patches: Don't exclude non-IDLE'ing pullimap tests.
Diffstat (limited to 'debian/patches/Skip-randomized-tests.patch')
-rw-r--r-- | debian/patches/Skip-randomized-tests.patch | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/debian/patches/Skip-randomized-tests.patch b/debian/patches/Skip-randomized-tests.patch index 12090e5..d8c5e88 100644 --- a/debian/patches/Skip-randomized-tests.patch +++ b/debian/patches/Skip-randomized-tests.patch @@ -19,8 +19,8 @@ now we skip them in the Debian context. Forwarded: not-needed --- tests/interimap.list | 8 -------- - tests/pullimap.list | 2 -- - 2 files changed, 10 deletions(-) + tests/pullimap/t | 4 ++-- + 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/tests/interimap.list b/tests/interimap.list index 559daed..61cb37f 100644 @@ -45,10 +45,16 @@ index 559daed..61cb37f 100644 - sync-live-crippled local/remote simulation (crippled remote) - sync-live-tls local/remote simulation (TLS remote) - sync-live-multi local/remote1+remote2+remote3 simulation (3 local namespaces) -diff --git a/tests/pullimap.list b/tests/pullimap.list -index f4304b9..e69de29 100644 ---- a/tests/pullimap.list -+++ b/tests/pullimap.list -@@ -1,2 +0,0 @@ --. pullimap -- ... pullimap +diff --git a/tests/pullimap/t b/tests/pullimap/t +index 58a19ca..88010c3 100644 +--- a/tests/pullimap/t ++++ b/tests/pullimap/t +@@ -1,6 +1,6 @@ + MAILBOX="INBOX" +-TIMEOUT=60 +-N=2048 ++TIMEOUT=0 ++N=64 + + step_start "\`pullimap --idle\` refuses to create the state file" + ! pullimap --idle "remote" || error |