From 4578f94a5c9597faa99473cba9740646c9d45887 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 22 Oct 2018 11:39:03 +0200 Subject: [PATCH] test: increase timeouts to avoid CI race conditions --- test/ext/promise.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/ext/promise.js b/test/ext/promise.js index 2f78c9a..c3d6a3a 100644 --- a/test/ext/promise.js +++ b/test/ext/promise.js @@ -85,9 +85,9 @@ module.exports = function () { a(i, 3, "Init After delete"); a(invoked, 9, "Cb After delete"); d(); - }, 10); - }, 10); - }, 10); + }, 100); + }, 100); + }, 100); }, Error: function (a, d) { var mfn, fn, i = 0, e = new Error("Test");