summaryrefslogtreecommitdiff
path: root/tests/functional-tests
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-02-13 11:55:48 +0100
committerSam Thursfield <sam@afuera.me.uk>2020-02-13 11:55:48 +0100
commite440389e826ece9e5da1d799d4113c30410c768e (patch)
tree09d087578cef2bb6abd2ce2e95d8a15895deddab /tests/functional-tests
parentfdd09f691973390284937aa1bc49a7aae4d77132 (diff)
downloadtracker-e440389e826ece9e5da1d799d4113c30410c768e.tar.gz
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.
Diffstat (limited to 'tests/functional-tests')
-rw-r--r--tests/functional-tests/ipc/test-insert-or-replace.vala2
1 files changed, 1 insertions, 1 deletions
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 ();