Skip to content

Commit

Permalink
Increase time between terminus commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmarkoff committed Feb 7, 2024
1 parent e685f11 commit c9c46b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/TerminusTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected function assertTerminusCommandResultEqualsInAttempts(
callable $callable,
$expected,
int $attempts = 24,
int $intervalSeconds = 10
int $intervalSeconds = 30
): void {
do {
$actual = $callable();
Expand Down

0 comments on commit c9c46b1

Please sign in to comment.