test: make flaky crypto test more deterministic

Fixes: https://github.com/nodejs/node/issues/14424
PR-URL: https://github.com/nodejs/node/pull/14451
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
Ben Noordhuis 2017-07-24 16:18:12 +02:00
parent 714e5cbedf
commit 1fa67c7fc2

View File

@ -1,4 +1,4 @@
// Flags: --expose-gc
// Flags: --expose-gc --nocrankshaft --noconcurrent_recompilation
'use strict';
const common = require('../common');