fixed some consistency bugs. new method seems to work well, it still has problems though

This commit is contained in:
Kevin Jahns
2015-09-29 01:01:04 +02:00
parent acf8d37616
commit 638c575dfc
4 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
/* global createUsers, wait, Y, compareAllUsers, getRandomNumber, applyRandomTransactions, async, garbageCollectAllUsers, describeManyTimes */
/* eslint-env browser,jasmine */
var numberOfYArrayTests = 50
var numberOfYArrayTests = 10
var repeatArrayTests = 300
describe('Array Type', function () {