Skip to content

Commit

Permalink
Use gpg hosted by docker instead and 2 seconds waiting doesn't seem t…
Browse files Browse the repository at this point in the history
…o be enough for Wordpress 4.9 on travis.
  • Loading branch information
mattijsvandruenen committed Jul 30, 2018
1 parent d090795 commit cb4e462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/install-docker
Expand Up @@ -15,7 +15,7 @@ rm -f $(which docker)
rm -f $(which docker-compose)

set -e
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | tee /etc/apt/sources.list.d/docker.list
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty testing" | tee -a /etc/apt/sources.list.d/docker.list
apt-get update
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/setup.php
Expand Up @@ -164,7 +164,7 @@ function login( $driver ) {
$driver->findElement( WebDriverBy::id( 'loginform' ) )->submit();

$driver
->wait( 2 )
->wait( 5 )
->until(
WebDriverExpectedCondition::presenceOfElementLocated(
WebDriverBy::cssSelector( 'div.wrap h1, div.wrap h2' )
Expand Down

0 comments on commit cb4e462

Please sign in to comment.