Skip to content

Commit

Permalink
adding sleep(10) to see what happens....
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBrownAustin committed Feb 7, 2025
1 parent fa99535 commit f27ccc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CredisClusterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public static function setUpBeforeClassInternal()
}
self::$serverProcesses[] = $process;
}
sleep(10);
self::waitForServersUp();
self::clusterAssemble();
}
Expand Down

0 comments on commit f27ccc7

Please sign in to comment.