Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 5, 2024
1 parent ab3b621 commit 882763d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _tests/QITSelfTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function run_test_runs( array $test_runs ) {
$qit_run_processes = [];

// If running a lot of tests, wait between any remote request to prevent 429.
$should_wait = count( $test_runs ) > 3;
$should_wait = array_sum( array_map( 'count', $test_runs ) ) > 3;

// Dispatch all tests in parallel using the qit binary.
foreach ( $test_runs as $test_type => &$test_type_test_runs ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down Expand Up @@ -207,7 +207,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down Expand Up @@ -279,7 +279,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down Expand Up @@ -203,7 +203,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down Expand Up @@ -316,7 +316,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down Expand Up @@ -203,7 +203,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down Expand Up @@ -316,7 +316,7 @@
},
{
"file": "\\/var\\/www\\/html\\/wp-settings.php",
"line": 695,
"line": 679,
"function": "do_action"
},
{
Expand Down

0 comments on commit 882763d

Please sign in to comment.