From 119193d6350bbbd8c6ecbd60ccc8301223d6f6d6 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Mon, 29 Oct 2012 15:43:23 +0000 Subject: starting testing processes with a low priority to not overwhelm testing hosts --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/testing.c b/src/testing/testing.c index 11d42206f..e7c840ec9 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -978,7 +978,7 @@ GNUNET_TESTING_peer_start (struct GNUNET_TESTING_Peer *peer) STRERROR (errno)); return GNUNET_SYSERR; } - return GNUNET_OK; + return GNUNET_OS_set_process_priority (peer->main_process, GNUNET_SCHEDULER_PRIORITY_BACKGROUND); } -- cgit v1.2.3