all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 76d4853ba2e64b91a46ba26c3213fb30d318fb15 720 bytes (raw)
name: gnu/packages/patches/nss-increase-test-timeout.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
--- a/nss/gtests/ssl_gtest/tls_connect.cc	2017-03-14 22:47:30.855813629 +0100
+++ b/nss/gtests/ssl_gtest/tls_connect.cc	2017-03-14 22:48:49.042335273 +0100
@@ -245,7 +245,7 @@
 
   ASSERT_TRUE_WAIT((client_->state() != TlsAgent::STATE_CONNECTING) &&
                        (server_->state() != TlsAgent::STATE_CONNECTING),
-                   5000);
+                   25000);
 }
 
 void TlsConnectTestBase::EnableExtendedMasterSecret() {
@@ -387,7 +387,7 @@
   } else {
     fail_agent = server_;
   }
-  ASSERT_TRUE_WAIT(fail_agent->state() == TlsAgent::STATE_ERROR, 5000);
+  ASSERT_TRUE_WAIT(fail_agent->state() == TlsAgent::STATE_ERROR, 25000);
 }
 
 void TlsConnectTestBase::ConfigureVersion(uint16_t version) {

debug log:

solving 76d4853ba ...
found 76d4853ba in https://yhetil.org/guix/87y3w733ue.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me/

applying [1/1] https://yhetil.org/guix/87y3w733ue.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me/
diff --git a/gnu/packages/patches/nss-increase-test-timeout.patch b/gnu/packages/patches/nss-increase-test-timeout.patch
new file mode 100644
index 000000000..76d4853ba

1:10: trailing whitespace.
 
1:16: trailing whitespace.
 
1:25: trailing whitespace.
 
Checking patch gnu/packages/patches/nss-increase-test-timeout.patch...
Applied patch gnu/packages/patches/nss-increase-test-timeout.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 76d4853ba2e64b91a46ba26c3213fb30d318fb15	gnu/packages/patches/nss-increase-test-timeout.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.