Decrease number of test iterations in old engine tests - they take just way too long otherwise.

Also, nobody can actually give any reason as for why a higher number
of iterations would really cover more of our test cases. My suspicion
is that 2-3 iterations would be sufficient anyway, and only more
clever test case construction would give a larger test coverage.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19623 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-10-02 14:59:05 +00:00
parent 046c7cf461
commit e205c3fad5
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
#include "test-engine-stuff.h"
#include "qof.h"
#define NENT 500123
#define NENT 50123
static void test_null_guid(void)
{

View File

@ -36,8 +36,8 @@
#include "test-engine-stuff.h"
#include "Transaction.h"
static gint transaction_num = 720;
static gint max_iterate = 30;
static gint transaction_num = 320;
static gint max_iterate = 10;
static void
run_test (void)