Skip to content

Commit

Permalink
Revert to original sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
johngallagher committed Jan 6, 2018
1 parent a2e8d2e commit 8172bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/start_webdriver.sh
Expand Up @@ -10,5 +10,5 @@ elif [ "$WEBDRIVER" = "selenium" ]; then
wget http://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar
nohup java -jar selenium-server-standalone-2.48.2.jar &
echo "Running with Selenium..."
sleep 20
sleep 10
fi

0 comments on commit 8172bc2

Please sign in to comment.