8000 . · phpredis/phpredis@ded9855 · GitHub
[go: up one dir, main page]

Skip to content

Commit ded9855

Browse files
.
1 parent c5e0fea commit ded9855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisClusterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function testTime() {
267267
* runners. My only guess is that `TIME` requires a syscall, which might
268268
* stall Redis on these VMs long enough to cause a timeout. */
269269
public function testTimeGitHubCI() {
270-
for ($i = 0; $i < 100; $i++)
270+
for ($i = 0; $i < 5; $i++)
271271
printf("here\n");
272272

273273
if (getenv('GITHUB_ACTIONS') !== 'true')

0 commit comments

Comments
 (0)
0