From 1aa5866545cf248d20359963e0a12df1765e744e Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 6 Oct 2020 13:32:11 +0100 Subject: [PATCH] hrm how about this --- tests/frontend/travis/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/travis/runner.sh b/tests/frontend/travis/runner.sh index ffc6bbd5b..bbb4680d1 100755 --- a/tests/frontend/travis/runner.sh +++ b/tests/frontend/travis/runner.sh @@ -16,7 +16,7 @@ cd "${MY_DIR}/../../../" # This is possible because the "install" section of .travis.yml already contains # a call to bin/installDeps.sh echo "Running Etherpad directly, assuming bin/installDeps.sh has already been run" -node node_modules/ep_etherpad-lite/node/server.js "${@}" & +node node_modules/ep_etherpad-lite/node/server.js --experimental-worker "${@}" & echo "Now I will try for 15 seconds to connect to Etherpad on http://localhost:9001"