Skip to content

Commit

Permalink
Merge pull request #92 from humanmade/backport-91-to-v3-branch
Browse files Browse the repository at this point in the history
[Backport v3-branch] Temprorary fix for docker file sync on Travis
  • Loading branch information
roborourke authored Sep 25, 2020
2 parents 378b23a + 06b1508 commit 86e7104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/phpunit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* phpcs:ignoreFile PSR1.Files.SideEffects.FoundWithSymbols
*/

// Small hack to ensure docker volumes are synced before running tests.
sleep( 2 );

// Set the PHP binary to use.
define( 'WP_PHP_BINARY', '/usr/bin/env php' );

Expand Down

0 comments on commit 86e7104

Please sign in to comment.