Skip to content

Commit

Permalink
Increase slowMo for travis run
Browse files Browse the repository at this point in the history
  • Loading branch information
Boubker BRIBRI committed Dec 4, 2020
1 parent 4d13693 commit dcf6644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-scripts/run-sanity-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dcf6644

Please sign in to comment.