Changeset 10362
- Timestamp:
- 10/12/2020 04:25:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/index.php
r10300 r10362 55 55 // or unit tests are running, then 2min. 56 56 ( 57 $data-> check_runs57 $data->data->check_runs 58 58 && 59 in_array( 'in_progress', $data-> check_runs )59 in_array( 'in_progress', $data->data->check_runs ) 60 60 && 61 61 strtotime( $data->last_checked_at ) <= time() - 2*60
Note: See TracChangeset
for help on using the changeset viewer.