mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Longer nexttick ordering test
Closes GH-604.
This commit is contained in:
committed by
Ryan Dahl
parent
df6e497793
commit
ff7fc093a1
@@ -2,7 +2,7 @@ var common = require('../common');
|
||||
var assert = require('assert');
|
||||
var i;
|
||||
|
||||
var N = 30;
|
||||
var N = 333;
|
||||
var done = [];
|
||||
|
||||
function get_printer(timeout) {
|
||||
|
||||
Reference in New Issue
Block a user