[vala/wip/valadate: 55/71] modified tests
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/valadate: 55/71] modified tests
- Date: Sun, 19 Nov 2017 11:45:53 +0000 (UTC)
commit ea539b111f0dbbd0a05dd516a3a1c072669353ce
Author: chebizarro gmail com <chebizarro gmail com>
Date: Fri Apr 28 07:18:32 2017 -0700
modified tests
valadate/testrunner.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/valadate/testrunner.vala b/valadate/testrunner.vala
index 6635499..2576cc3 100644
--- a/valadate/testrunner.vala
+++ b/valadate/testrunner.vala
@@ -28,7 +28,7 @@ public class Valadate.TestRunner {
private uint _n_ongoing_tests = 0;
private Queue<DelegateWrapper> _pending_tests = new Queue<DelegateWrapper> ();
- private static uint _max_n_ongoing_tests = GLib.get_num_processors() * 2;
+ private static uint _max_n_ongoing_tests = GLib.get_num_processors();
private MainLoop loop;
private TestPlan plan;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]