fixed DS bugs (i guess..) now handling more complicated scenarios

This commit is contained in:
Kevin Jahns
2015-10-09 16:09:00 +02:00
parent 6a13419c62
commit aadef59934
7 changed files with 67 additions and 57 deletions

View File

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