From: Sree Harsha Totakura Date: Mon, 29 Oct 2012 15:43:23 +0000 (+0000) Subject: starting testing processes with a low priority to not overwhelm testing hosts X-Git-Tag: initial-import-from-subversion-38251~11154 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=119193d6350bbbd8c6ecbd60ccc8301223d6f6d6;p=oweals%2Fgnunet.git starting testing processes with a low priority to not overwhelm testing hosts --- 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); }