Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51857, comment 144


Ignore:
Timestamp:
09/30/2021 09:40:25 PM (4 years ago)
Author:
afragen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51857, comment 144

    initial v1  
    1 I saw similar timeout issues in large plugins in the WP docker test env. I was able to solve this by changing `copy_dir()` to a `rename()`.
     1I saw similar timeout issues in large plugins in the WP docker test env. I was able to solve this by adding `rename()` as the initial attempt in `copy_dir()`.
    22
    33I shared a testing solution with @peterwilsoncc