[tracker/sam/test-insert-or-replace-faster] tests: Reduce # of iterations in insert-or-replace test



commit e440389e826ece9e5da1d799d4113c30410c768e
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Feb 13 11:55:48 2020 +0100

    tests: Reduce # of iterations in insert-or-replace test
    
    This will hopefully fix some intermittent test failures.
    See https://gitlab.gnome.org/GNOME/tracker/issues/145 for details.

 tests/functional-tests/ipc/test-insert-or-replace.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/ipc/test-insert-or-replace.vala 
b/tests/functional-tests/ipc/test-insert-or-replace.vala
index 78ba81c58..f47d27713 100644
--- a/tests/functional-tests/ipc/test-insert-or-replace.vala
+++ b/tests/functional-tests/ipc/test-insert-or-replace.vala
@@ -119,7 +119,7 @@ INSERT { GRAPH <urn:uuid:08070f5c-a334-4d19-a8b0-12a3071bfab9> {
 
 int main (string[] args) {
        try {
-               uint i, y = 100;
+               uint i, y = 10;
                Timer timer = new Timer ();
                Connection c;
                c = Connection.get ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]