From dcf664481b6f184e8e7b81ec982226d95c9ac809 Mon Sep 17 00:00:00 2001 From: Boubker BRIBRI Date: Thu, 26 Nov 2020 16:55:31 +0100 Subject: [PATCH] Increase slowMo for travis run --- travis-scripts/run-sanity-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-scripts/run-sanity-tests b/travis-scripts/run-sanity-tests index 18f6654cd6ad3..9764e5d8bcfe4 100755 --- a/travis-scripts/run-sanity-tests +++ b/travis-scripts/run-sanity-tests @@ -7,7 +7,7 @@ PROJECT_PATH=$(cd "$( dirname "$0" )/../" && pwd) cd $PROJECT_PATH/tests/UI && npm install echo "* Running sanity tests ..."; -DISPLAY=:10 HEADLESS=true URL_FO="http://localhost/" npm run sanity-travis +DISPLAY=:10 SLOW_MO=10 HEADLESS=true URL_FO="http://localhost/" npm run sanity-travis status=$? exit $status