From 1224cc8d5564c38d801982eeda69d2a90d726c55 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Sat, 22 Jun 2019 21:56:31 -0700 Subject: fix test --- test/es2017/asyncGenerators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/es2017/asyncGenerators.js b/test/es2017/asyncGenerators.js index 0fe8ac6..039072e 100644 --- a/test/es2017/asyncGenerators.js +++ b/test/es2017/asyncGenerators.js @@ -111,7 +111,7 @@ module.exports = function () { throw new Error('should not get here') } ) - await delay(10) + await delay(20) expect(calls).to.eql([0, 1, 2, 3]) }) } -- cgit v1.2.1