From b20cdc01228c70cffff539cedad74301f35e7cda Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Mon, 19 Oct 2020 15:20:57 +0100 Subject: [PATCH] [misc] bump the dev-env to 3.3.5 -- drop custom unit test timeout --- services/real-time/buildscript.txt | 2 +- services/real-time/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/real-time/buildscript.txt b/services/real-time/buildscript.txt index 87613f469c..35e4f6c9aa 100644 --- a/services/real-time/buildscript.txt +++ b/services/real-time/buildscript.txt @@ -5,4 +5,4 @@ real-time --env-pass-through= --node-version=10.22.1 --public-repo=True ---script-version=3.3.4 +--script-version=3.3.5 diff --git a/services/real-time/package.json b/services/real-time/package.json index 0fab05972f..7ba01d6bee 100644 --- a/services/real-time/package.json +++ b/services/real-time/package.json @@ -11,7 +11,7 @@ "start": "node $NODE_APP_OPTIONS app.js", "test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js", "test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP", - "test:unit:_run": "mocha --recursive --reporter spec --timeout 5000 $@ test/unit/js", + "test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js", "test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP", "nodemon": "nodemon --config nodemon.json", "lint": "node_modules/.bin/eslint --max-warnings 0 .",