summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/es2017/asyncGenerators.js2
1 files changed, 1 insertions, 1 deletions
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])
})
}