From d5e229e37d7147be406c8ed75c1d860a985c58b9 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 16 Dec 2019 07:44:42 +0100 Subject: [PATCH] testem: Increase `browser_start_timeout` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... for GitHub Actions 😕 --- testem.js | 1 + 1 file changed, 1 insertion(+) diff --git a/testem.js b/testem.js index c5f94d5f..b59415f2 100644 --- a/testem.js +++ b/testem.js @@ -8,6 +8,7 @@ module.exports = { launch_in_dev: [ 'Chrome' ], + browser_start_timeout: 120, browser_args: { Chrome: { mode: 'ci',