summaryrefslogtreecommitdiff
path: root/jstests/eval1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/eval1.js')
-rw-r--r--jstests/eval1.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/eval1.js b/jstests/eval1.js
index 313cfdc52c3..4a5ca75f09b 100644
--- a/jstests/eval1.js
+++ b/jstests/eval1.js
@@ -15,4 +15,3 @@ assert.eq( "sara" , f( 2 ) , "B" );
assert.eq( "eliot" , db.eval( f , 1 ) , "C" );
assert.eq( "sara" , db.eval( f , 2 ) , "D" );
-assert.gt( 10 , Date.timeFunc( function(){ db.eval( f , 2 ) } ) , "simple db.eval should be less than 5ms on good connection " );