Adjusting FAST constant upward so that test can pass in Rhino -

This commit is contained in:
pschwartau%netscape.com 2002-06-20 20:53:10 +00:00
Родитель b4e31129c3
Коммит 5341aaf026
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@
//-----------------------------------------------------------------------------
var bug = 85721;
var summary = 'Performance: execution of regular expression';
var FAST = 10; // execution should be 10 ms or less to pass the test
var FAST = 25; // execution should be 25 ms or less to pass the test
var MSG_FAST = 'Execution took less than ' + FAST + ' ms';
var MSG_SLOW = 'Execution took ';
var MSG_MS = ' ms';