Fix electron portability test after scripts moved

pull/9460/head
murgatroid99 8 years ago
parent 196fdc422c
commit cbdb9b808c
  1. 2
      tools/run_tests/helper_scripts/run_node_electron.sh

@ -34,7 +34,7 @@ nvm use 6
set -ex
# change to grpc repo root
cd $(dirname $0)/../..
cd $(dirname $0)/../../..
test_directory='src/node/test'
timeout=8000

Loading…
Cancel
Save