aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-02 15:54:38 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-02 15:54:38 +0000
commite12b75d59bad180c0f06eb13086db2400263bc7d (patch)
tree20ff0bcb48a3831cf38be6f91235eaf971216254 /src/testing
parentd0b4927e6ab7e8b9874dd7807055e77fb4c5163f (diff)
downloadgnunet-e12b75d59bad180c0f06eb13086db2400263bc7d.tar.gz
gnunet-e12b75d59bad180c0f06eb13086db2400263bc7d.zip
reverting back to fix failing testbed tests due to late startup of peers
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index cfb3e89f7..f4df6d48c 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -985,7 +985,7 @@ GNUNET_TESTING_peer_start (struct GNUNET_TESTING_Peer *peer)
985 STRERROR (errno)); 985 STRERROR (errno));
986 return GNUNET_SYSERR; 986 return GNUNET_SYSERR;
987 } 987 }
988 return GNUNET_OS_set_process_priority (peer->main_process, GNUNET_SCHEDULER_PRIORITY_BACKGROUND); 988 return GNUNET_OK;
989} 989}
990 990
991 991