[vala/wip/valadate: 84/101] modified tests
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/valadate: 84/101] modified tests
- Date: Sat, 7 Oct 2017 10:57:02 +0000 (UTC)
commit d4e0d414c2182de77083e749a83cd0de6901ee95
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]