Skip to content

Commit

Permalink
Reduced the wait times for lock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 19, 2025
1 parent f7bd77d commit 66da3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apc_storage_lock.test
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ApcStorageLockTestCase extends ApcStorageBaseTestCase {
}

if ($this->assertTrue($this->initLocks(), 'All the locks have been created.')) {
$max_timeout = $this->acquireLocks(12.0, 16.0);
$max_timeout = $this->acquireLocks(8.0, 12.0);
$delay = (int) ($max_timeout / 4);

foreach ($this->lockNames as $name) {
Expand Down

0 comments on commit 66da3c9

Please sign in to comment.