]> Zhao Yanbai Git Server - minix.git/commit
test70: reduce ITERATIONS 23/823/1
authorBen Gras <ben@minix3.org>
Mon, 16 Sep 2013 15:33:44 +0000 (15:33 +0000)
committerBen Gras <ben@minix3.org>
Mon, 16 Sep 2013 15:33:44 +0000 (15:33 +0000)
commitc84edbc9c628522de42b8a9f7907889e744e1a67
treea69f1d887fdb51416b78dc42078fa166704ca15c
parentb5951f9663cb12953fe3fc249f6ef7dae07e21e1
test70: reduce ITERATIONS

. full number was needed to reliably trigger the race
  condition
. takes a bit too long (7 mins on fast x86 hardware) for a
  condition that "can't" happen again, so let's cut the iteration
  count and trust that the test will trigger soon enough for
  a similar condition in the future.

Change-Id: I2d38b87c25327adbbff91b7db6191648aa1dd8fd
test/test70.c