From 71169d5185a2465714cc3fb669c9e10338602340 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 3 Jul 2017 09:21:32 +0200 Subject: [PATCH] ; Instrument tramp-tests.el --- test/lisp/net/tramp-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 85990a848f5..03730ef7a84 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -3703,8 +3703,8 @@ process sentinels. They shall not disturb each other." ;; On hydra, timings are bad. (timer-repeat (cond - ((getenv "NIX_STORE") 10 - (t 1)))) + ((getenv "NIX_STORE") 10) + (t 1))) ;; We must distinguish due to performance reasons. (timer-operation (cond -- 2.39.5